I have added the following features to the simple todoApp:
Created a custom list view with item, item details and item status. If the item details are longer than the row width, it will show a preview of the details which can fit.
Clicking on item status, cycles through the 3 possible statuses: Not started, In progress and Done. Created image button with dynamic images to show different statuses.
Added a sort button on the top to sort the items according to their status.
Added a email button on the top to email the current list to recipients with the details in the body of the email pre-populated.
Clicking on item or item detail opens the Edit Activity. In this activity, the user can edit item, item details or item status.
The status in the Edit Activity is modified using a spinner view.
Please review the extra features and let me know if you have any questions or suggestions.
@nesquena and @timothy1ee
Hi Nathan,
I have added the following features to the simple todoApp:
Please review the extra features and let me know if you have any questions or suggestions.
Thanks, Sahil