Due:
(reviewed how to work with drawable by resource name in video)
1. Add one more menu item to sort by description length (shortest description to longest)
2. Take a screenshot of the list activity with the options menu open
(click on the options menu, then cmd+shift+4 to screenshot)
3. Take a screenshot of the detail activity (pick any hero you want)
4. Print the Hero, HeroAdapter, HeroDetailActivity, HeroListActivity, activity_hero_detail.xml, activity_hero_list.xml, item_hero.xml,
herolist_menu.xml and save as pdf. Remember to make the font size 8 and the margins 0.25inches.
5. Upload all those things to the submission assignment
Checklist before submitting:
Recyclerview and detail activity both work
Hero class is made parcelable and comparable
Adapter is refactored to pass the single Hero object rather than each field individually
Menu works with 3 sort options (rank, name, description length)
1. Add one more menu item to sort by description length (shortest description to longest)
2. Take a screenshot of the list activity with the options menu open
(click on the options menu, then cmd+shift+4 to screenshot)
3. Take a screenshot of the detail activity (pick any hero you want)
4. Print the Hero, HeroAdapter, HeroDetailActivity, HeroListActivity, activity_hero_detail.xml, activity_hero_list.xml, item_hero.xml,
herolist_menu.xml and save as pdf. Remember to make the font size 8 and the margins 0.25inches.
5. Upload all those things to the submission assignment
Checklist before submitting:
Recyclerview and detail activity both work
Hero class is made parcelable and comparable
Adapter is refactored to pass the single Hero object rather than each field individually
Menu works with 3 sort options (rank, name, description length)
Last Modified:
Thursday,
January 23 9:24 AM