esrako / AndroidTodoListApp

Android TodoList App letting users to add/edit/delete/save items to their todo list. Please note that this is my first Android app.
0 stars 0 forks source link

[Android Bootcamp] Project 0: My TodoList App - Ready for Review #1

Open esrako opened 9 years ago

esrako commented 9 years ago

My TodoList app with basic functionalities and edit feature is ready. Please review. Thanks. /cc @codepath and @codepathreview

I also have a question. For using SQLite, do you recommend using SQLiteOpenHelper or one of the ORMs? Thanks.

nesquena commented 9 years ago

Esra,

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.

The next step is to continue working on extensions to your todo app and 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!

nesquena commented 9 years ago

I also have a question. For using SQLite, do you recommend using SQLiteOpenHelper or one of the ORMs? Thanks.

Both could be a useful learning exercise. I would say using the ORMs such as ActiveAndroid would be easier.

esrako commented 9 years ago

I added the following extra features:persist items with sqlite, use custom adapter, use dialog fragment instead of new activity, support for picking due dates and priority. Please review. Thanks. @codepath and @codepathreview

PS. I scheduled the phone conversation for next Tuesday. Looking forward to it. Thank you.

nesquena commented 9 years ago

Nice, great additions!

esrako commented 9 years ago

I added the following extra features: show Toast messages for add/edit/delete, sort todo items wrt dues dates, support for "Turkish" language. Thanks. @codepath and @codepathreview

nidhi1608 commented 9 years ago

:+1: Looks good.