myrozelle / SimpleTodo

CodePath Android Prework - Todo App
0 stars 0 forks source link

Todo App Review #1

Open myrozelle opened 9 years ago

myrozelle commented 9 years ago

Can you please review my app? Let me know if you spot anything I can improve. /cc @codepathreview @codepath

nidhi1608 commented 9 years ago

Manunya,

Looks good! This was intended in part to give you an introduction to the general rhythm of this course. The course is entirely project based with an app being assigned each week and then due the following week. Each project builds on the last to help each engineer to learn all practical Android development and best practices as quickly as possible. We also do a code review for each submitted project.

To improve your app you should continue working on extensions to your todo app. The next step is to schedule a short 5-10 minute phone conversation here. Navigate to today's date and onward from there and choose a 15-minute slot. Let us know if none of those times work.

Once you select a slot, can you make sure to include best number to reach you at? Look forward to chatting soon!

myrozelle commented 9 years ago

Please review the extended version of my Todo App. The following features were added:

(Suggested) Persist the todo items into SQLite instead of a text file (Suggested) Improve style of the todo items in the list using a custom adapter (Suggested) Add support for completion due dates for todo items (and display within listview item) (Suggested) Use a DialogFragment instead of new Activity for editing items

/cc @codepathreview @codepath

nidhi1608 commented 9 years ago

Nice, looks good!