DeepakBarge / SimpleTodoApp

Simple Todo App
0 stars 0 forks source link

[Android Bootcamp] Project 0: Todo - UI/UX and other improvements #5

Open DeepakBarge opened 8 years ago

DeepakBarge commented 8 years ago

-Improve style of the todo items in the list using custom adapter -Add support for completion due dates for todo items -Use a DialogFragment/DatePickerDialog instead of new Activity for editing items -Tweak the style improving the UI / UX, play with colors, images or backgrounds -Updated GIF demo file

Please review. /cc @codepathreview @codepath

nesquena commented 8 years ago

Ha, you have pretty much borrowed everything from the example given in the pre-work snippet in terms of UI and even the splash screen. Not that this is an issue, just interesting to see that you've adopted the UI so closely.

Great to see you were able to augment your app with several extension tasks now and try out a number of things. As mentioned earlier, the extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases. After reviewing your project, I'd encourage you to take a look at this guide on code organization best practices and apply that to cleanup your source code.

We'll be in touch with you again soon via email. Let me know if you have any questions about the project or anything in the meantime.

DeepakBarge commented 8 years ago

Thanks for the review and comments. As working with the first prototype, I was trying to adopt as many features in the sample to-do app on Codepath. Will definitely keep in mind for the future assignments