droanrishi / android-todo

Pre-Work assignment for Android course
0 stars 0 forks source link

[Android bootcamp] Project 0: ToDo App #1

Open droanrishi opened 8 years ago

droanrishi commented 8 years ago

My app is complete, please review! /review @lita, @bblia, and @rogerhu

I skipped the part about the option of using an ORM which made me write a lot of the db handler code. In retrospect i would have used an ORM which would have saved me time. Also implemented some enhancements.

rogerhu commented 8 years ago

Nice work! Yes, the ORM makes life so much easier. Still, knowing how to use the manual SQLiteOpenHelper is still useful to know the underlying mechanisms.

rogerhu commented 8 years ago

Other feedback: