johnliucn925 / simpleTodo

0 stars 0 forks source link

Android Bootcamp initial checkin #1

Open johnliucn925 opened 8 years ago

johnliucn925 commented 8 years ago

Initial Simple Todo Check in , Please review /cc @codepathreview @codepath

Can I upgrade SDK to v22 to swipe to delete?

nesquena commented 8 years ago

John,

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.

The next step is to continue working on extensions to your todo app and to schedule a short 15 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.

With regards to extensions to implement, we are looking for developers with an interest in user experience and product development so be sure to focus on additional functional enhancements and/or improving the user interface of the app.

Once you select a slot, can you make sure to include the best number to reach you at to 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!

johnliucn925 commented 8 years ago

Second version, Add SQLLite support, add custom Adapter, Add due date and dialog to edit task and select date. Please review /cc @codepathreview @codepath

I am still working on some bugs (save data into database, show date pickup dialog without showing keyboard ) and style for main todo list .

nesquena commented 8 years ago

Thanks for adding a few optionals. Can you please review the section in the pre-work about the readme for your project? In particular, check out this README template. Please ping me back here once that's complete and you've had a chance to add a bit more style to the main list.