nilu23 / To-Do-Application

Simple To-Do Android Application
1 stars 0 forks source link

[Android Bootcamp] Project 1 - Review my app #1

Open nilu23 opened 9 years ago

nilu23 commented 9 years ago

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

nesquena commented 9 years ago

I am unable to view the GIF in your README as it is a broken link. Please fix that and re-submit. Also the link to your LinkedIn in your application is invalid, can you send that over as well? Thanks.

The AVD kept crashing a lot, which delayed in making progress. And also it was little slow to use AVD.

Setup genymotion emulator instead or use an android device for more reliable testing.

nilu23 commented 9 years ago

I have resubmitted the Readme, you should be able to view it now. Please review.

nesquena commented 9 years ago

I don't see in either the code or the video walkthrough the ability to edit items on a separate screen which then updates the list on the first screen. Please read the pre-work again and resubmit when you've completed the exercise. Click edits, long press removes.

nilu23 commented 9 years ago

I have made the changes to Edit on a separate screen, I have updated the gif in Readme and the code. Please review.

nilu23 commented 9 years ago

Please ignore my last comment, I think I can make it better. I will let you know once the changes are done.

nilu23 commented 9 years ago

I have updated the code to handle the result from edit activity much better, please review it. The video walk-through is also updated.

nesquena commented 9 years ago

Nilofar,

Ok looks like its working now. 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.

The next step is to continue working on extensions to your todo app and to schedule a short 5-10 minute phone conversation here. Navigate to today's date and 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 to the invite? Look forward to chatting soon!

nilu23 commented 9 years ago

Extension 1 - Updated the code to persist the to-do items into SQLite instead of a text file.

nilu23 commented 9 years ago

Updated code to support completion due dates and custom adapters. Updated the video walk-through. Please review.

nidhi1608 commented 9 years ago

Nice, good to see you implemented many extensions after our chat. Will be in touch soon via email to follow up.

nilu23 commented 9 years ago

Implemented extension of adding DialogFragment for Editing an Item instead of activity. Updated Readme and video walkthrough. Please review. @codepathreview @codepath

nilu23 commented 9 years ago

Added support for selecting the priority of each to-do item. Updated Read me and video walk-through. Please review. @codepathreview @codepath

I am currently using andriod-studio, what are the other good tools I can use easily to enhance UI appearance ?

nilu23 commented 9 years ago

Improved the UI of the app by customizing buttons and using themes. Please review. @codepathreview @codepath