prachiagrawal / ToDo-Codepath

My first Android app - a simple todo list manager
0 stars 0 forks source link

ToDo app - Please reivew #1

Open prachiagrawal opened 10 years ago

prachiagrawal commented 10 years ago

My ToDo basic app is complete, please review. /cc @thecodepath @nesquena

nesquena commented 10 years ago

Looks great! 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 schedule a short 5-10 minute phone conversation here. Navigate to July 18th and onward and choose a slot. Let us know if none of those times work.

Once you select a slot, can you edit it with the best number to reach you at? Look forward to chatting!

prachiagrawal commented 10 years ago

Hi, I just added a basic date picker fragment to the app that provides the functionality to set a completion date for each item. It isn't very visually appealing but it does what it is supposed to. Please take a look. Thanks!

nesquena commented 10 years ago

Great, glad to see you were able to add the date picker so the user can select completion date!

prachiagrawal commented 10 years ago

I am not sure if the deadline was Monday or July 22nd. I also added DB support in the app where the items persist in SQLite now instead of text files. I understand if I missed the deadline on this one. Thanks for your time!

nesquena commented 10 years ago

That's great, good to see you were able to add the additional SQLite functionality.