Add a new tab, the straight-line tab should still be there
Have a layout that allows the user to enter the initial value, salvage value, and lifetime
of the item. Then produce a depreciation schedule that displays the value of the asset for
all of the years of its life time.
If L is the lifetime, and we are in year i, then the depreciation (amount you subtract) for that
year will be
If the user changes any of the inputs, then take any pre-existing depreciation schedule away
(i.e. clear out the result).
Due: Dec. 5
Project Start working on an idea for a project App.
It cannot be what you are doing for another course.
It must have at least two tabs.
It should include data from a file or files(JSON, XML, CSV or if it is simple text have multiple files.)
Something, data or image or youtube video, must be obtained dynamically from the web (e.g. use an API or
use an image from the web).
In addition to spinner and button (which you must have), you must get some input from the user in two
other ways (e.g. EditText, Checkbox, RadioButton, SeekBar, etc). And you must do something with that
input.
There should be logic -- unique to your app -- like a calculation or some game logic --
not just a repeat of a lab already done.
It should incorporate a Shared Preference (remember something from the user from one use to the next).