urspralini / codepath-todoList

Code path project-0: A simple todo list
0 stars 0 forks source link

[Android Bootcamp] Project 0: Review my todo app #1

Open urspralini opened 8 years ago

urspralini commented 8 years ago

Todo App is complete with basic add, delete and edit features. Please review /cc @codepathreview @codepath

urspralini commented 8 years ago

Todo App is complete with basic add, delete and edit features. Please review /cc @codepathreview @codepath

urspralini commented 8 years ago

Todo app is complete with optional sections:

  1. Used ActiveAndroid to store todo items in SQLlite.
  2. Used custom adapter and implemented view holder to customize the view. (right now, it is only a text view). Please review /cc @codepathreview @codepath