snambi / android_todoapp

GNU General Public License v3.0
0 stars 0 forks source link

Todo App with SQLite persistence done #2

Open snambi opened 10 years ago

snambi commented 10 years ago

@nesquena @thecodepath

The UI remains the same, so, I didn't update the GIF image. The classes are added under https://github.com/snambi/android_todoapp/tree/master/src/com/github/snambi/todoapp/db

nesquena commented 10 years ago

OK glad to see you got SQLite persistence working that's a big one, I would encourage you to also add a UI modifying addition as well (i.e add priority or due date) in addition to persistence.

snambi commented 10 years ago

do you have a screen mockup for priority or due date?

nesquena commented 10 years ago

Don't worry too much about a beautiful UI for the purposes of this pre-work. Just focus on the functionality of being able to set the values and then have the values displayed in the todo item.

snambi commented 10 years ago

still working on it. took longer expected. will submit tomorrow.