techsurfer / SimpleToDoApp

Simple Android project to Add , Delete and Edit Items
0 stars 0 forks source link

Simple Todo App #1

Open techsurfer opened 10 years ago

techsurfer commented 10 years ago

My first ever Simple ToDo App in Android app . App perform Add , edit and delete task ..

nesquena commented 10 years ago

Please review submission instructions and include README with required elements and reply back here. Thanks!

techsurfer commented 10 years ago

Added a read me page to the project . Please check - https://github.com/techsurfer/SimpleToDoApp .

Thanks Pallav

nesquena commented 10 years ago

The approach you took here to achieve the editing functionality while technically working is overly complex (reading and writing the data in both activities, starting a new activity every time you finish an edit). Review the conceptual steps for a better approach (i.e don't read and write items to file in the edit activity) and ping me back here.

techsurfer commented 10 years ago

Yup thats true .. updated TodoActivity and EditItemActivity to use starActivityForResult and finish feature and removed read and save file item logic from the EditItemActivity ...

nesquena commented 10 years ago

Pallav,

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!