SreeniCh / SimpleToDoListApp

first project
0 stars 0 forks source link

Basic Todo list app #1

Open SreeniCh opened 8 years ago

SreeniCh commented 8 years ago

/cc @codepathreview @codepath

nesquena commented 8 years ago

Sreenivasulu,

Looks good, this exercise is 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 once the program begins.

Since there have been over 60 applications and we can only accept 15 people into the pilot course, the next step is to work on one or two extensions to your todo app. This course is project-based and the optional extensions on each project are often the most valuable learnings since they dive deeper into common Android use cases.

Once you submit 1-2 extensions, your application will be passed along to the organizers for final enrollment. Let me know if you have any questions in the meantime.

SreeniCh commented 8 years ago

Hi Nathan,

Thanks the for the review. I have added the following extensions to my project. Also, I have updated GIF walkthrough so, please review and get back me your comments.

  1. SQLLite3 (Sugar ORM instrumentation)
  2. Custom Adapters
  3. DialogFragments (esp. Dialog boxes are included for Remove)
  4. Background colors and menu options on the title bar
  5. A small UI improvements such as toaster message to acknowledge the user for every action.

Note: I was unable to figure out the way of adding the spinners along with other TextViews into custom adapters. I have the POJO developed to sync with Sqlite and as well as views.

Thanks, Sreeni.