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 decreciation (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: Nov. 14
Thursday:
Test 2 on Nov. 16 and Nov. 21
ART_JSONMainActivity.zipArtJSON_res.zip
Two spinners -- the first has artists, the second paintings by the selected artist. The
first spinner determines the content of the second.
NFL_res.zipNFL_MainActivity.zip
There is a spinner for conferences, a spinner for divisions, and a third spinner for teams.
The contents of the team spinner changes when the user changes the division or the conference