Open esrako opened 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!
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.
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.
Nice, great additions!
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
:+1: Looks good.
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.