bhsat / android-bootcamp

Android bootcamp assignments
0 stars 0 forks source link

Simple Todo app #1

Open bhsat opened 8 years ago

bhsat commented 8 years ago

Basic version of the Todo app has been completed, please review. /cc @codepathreview @codepath

I'm trying out persisting todo items into SQLite DB instead of file. I will try to push the updated code once its working.

nidhi1608 commented 8 years ago

Bhavani,

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. Nice job with the project, hope you found it as a helpful introduction.

Look forward to seeing you in the class! In the mean time, you may consider working on extensions to your todo app and let us know if you have any questions.