sahil0984 / codepath-AdvToDoApp

Advanced version of the ToDoApp
1 stars 0 forks source link

Extra Features - ToDoApp - Please review #2

Open sahil0984 opened 10 years ago

sahil0984 commented 10 years ago

@nesquena and @timothy1ee

Hi Nathan,

I have added the following features to the simple todoApp:

  1. 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.
  2. 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.
  3. Added a sort button on the top to sort the items according to their status.
  4. 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.
  5. Clicking on item or item detail opens the Edit Activity. In this activity, the user can edit item, item details or item status.
  6. 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.

Thanks, Sahil

sahil0984 commented 10 years ago

FYI, this is for the Android bootcamp in Sunnyvale starting on 06/05.

nesquena commented 10 years ago

Looks great! Nice work Sahil! Look forward to kicking things off later this week!