james-wills / Todo

0 stars 0 forks source link

Todo app complete #1

Open james-wills opened 8 years ago

james-wills commented 8 years ago

My app is complete, please review. /cc @codepathreview @codepath

nesquena commented 8 years ago

James,

Looks good, this exercise is intended in part to give you an introduction to the general rhythm of this course. The program is 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 provide light code feedback for each submitted project once the program begins.

Now that you finished the required parts of this app, the next step is to work on a few extensions to your todo app. We encourage you to focus your efforts on either improving the user interface or enhancing the functionality of the 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.

Ping us here again as you you submit extensions. We are accepting people in large part based on the quality of their pre-works until the class is filled up. Let me know if you have any questions in the meantime.

james-wills commented 8 years ago

cc: @nesquena @codepath @codepathreview

I extended my app a bit, as mentioned in the readme. It now has the following extra features:

nesquena commented 8 years ago

Great to see you were able to augment your app with a few extension tasks now. As mentioned earlier, the extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases. Hope you found the pre-work to be a nice introduction to the Android platform so far.