jasonzhao3 / SimpleTodo

A simple android todo app
0 stars 0 forks source link

[Android Bootcamp] Project 0: Todo - Ready for Review #1

Open jasonzhao3 opened 8 years ago

jasonzhao3 commented 8 years ago

Implemented the required basic feature, will do more later if time allows. :)

@codepath @codepathreview

nesquena commented 8 years ago

Hi Yang,

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 learn the practical elements of Android development and best practices as quickly as possible. We also do a code review for each submitted project once the program begins.

Great to see you were able to complete some extension tasks already as well. The extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases.

The next step is to continue working on extensions to your todo app and to schedule a short 10 minute phone conversation with us. Navigate to today's date and onward from there and choose an available 15-minute slot in the mornings or evenings. Let us know if none of those times work.

Once you select a slot, can you make sure to include the best number to reach you at in the invite?

Prior to our chat, can you take some time to research the most common Android Activity lifecycle methods as well as the ArrayAdapter pattern used when working with lists? We will be discussing these topics with you conceptually in the phone call. We encourage you to search our guides as well as any other sources you'd like.

Look forward to chatting soon!

nesquena commented 8 years ago

Hi Yang,

Was good chatting with you! Can you take a stab at few of the optionals and submit before July 13th? The optionals are important to prepare you for the first assignment. In particular, SQL and custom adapter would be good to work on first. Please update the README and ping me back here when ready for review.