sbhimava / ToDoApp

0 stars 0 forks source link

[Android Bootcamp] ToDo App (Pre work) - Please review #1

Open sbhimava opened 10 years ago

sbhimava commented 10 years ago

I have completed the todo app with basic functionality which includes creating, editing and deleting an item. Please review my app @nesquena @thecodepath

nesquena commented 10 years ago

Sandeep,

Looks good! 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 start working on extensions to your todo app and to schedule a short 5-10 minute phone conversation here. Navigate to August 22nd and dates onward from there and choose a 15-minute slot. Let us know if none of those times work.

Once you select a slot, can you make sure to include best number to reach you at? Look forward to chatting soon!

sbhimava commented 10 years ago

@nesquena ... When using SQLite to persist data, would it be preferable to use Content Provider as opposed to writing a DAO?

nesquena commented 10 years ago

You certainly can use a content provider but depending on the circumstances it can be unnecessary and less code to use a DAO / ORM.

sbhimava commented 10 years ago

@nesquena @thecodepath Please review the latest updates (ReadMe) to the ToDoApp made in this Commit