yssam / SimpleTodo

0 stars 0 forks source link

[Android Bootcamp] Project 0: SimpleTodo - Add SQLite extension #2

Open yssam opened 8 years ago

yssam commented 8 years ago

I add SQLite extension. Please review. /cc @codepathreview @codepath

nesquena commented 8 years ago

Thanks, glad to see you were able to get SQL added. I would encourage you to focus on improving the UI next, in particular maybe adding a due date or priority attribute and setting up a custom adapter. Lots to be learned there.