Open patilsnehal opened 10 years ago
Q: This is regarding for 1st optional requirement. What tip percentage we should use to calculate tip when user changes bill amount? Should we use last selected/entered tip?
Yep exactly!
:+1: Looks good Snehal. I have provided a detailed Project 1 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission. You should consider going back and implementing applicable feedback as well. Keep in mind that one of the most important parts of Android development is learning the correct patterns and conventions.
Good to see you were able to add the custom tip optional. Hopefully this has given you a first sense of the RelativeLayout which is a very powerful layout system, probably one of the best responsive-first layout systems available across web and mobile platforms.
I would encourage you to also spend more time in future assignments improving the UI / UX as well by reviewing examples of good UI design.
The next assignment will build on top of the first concepts introduced here and will also introduce networking, api use, handling remote images and navigating between activities.
If you have any particular questions about the assignment in general or on any of the feedback, feel free to reply here or post on the discussion forum.
Got it ! Thanks so much for the feedback. I will implement more optional requirements also try to improve on the UI.
On Mon, Sep 8, 2014 at 5:12 PM, Nathan Esquenazi notifications@github.com wrote:
[image: :+1:] Looks good Snehal. I have provided a detailed Project 1 Feedback Guide here https://gist.github.com/nesquena/2e76670cfb4e751caf95 which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission. You should consider going back and implementing applicable feedback as well. Keep in mind that one of the most important parts of Android development is learning the correct patterns and conventions.
Good to see you were able to add the custom top optional. Hopefully this has given you a first sense of the RelativeLayout which is a very powerful layout system, probably one of the best responsive-first layout systems available across web and mobile platforms.
I would encourage you to also spend more time in future assignments improving the UI / UX http://guides.codepath.com/android/Styling-UI-Screens-FAQ as well by reviewing examples of good UI design http://www.android-app-patterns.com/.
The next assignment will build on top of the first concepts introduced here and will also introduce networking, api use, handling remote images and navigating between activities.
If you have any particular questions about the assignment in general or on any of the feedback, feel free to reply here or post on the discussion forum.
— Reply to this email directly or view it on GitHub https://github.com/patilsnehal/AndroidBootCampProjects/issues/3#issuecomment-54906603 .
Snehal
My Tip Calculator App is complete. Please review @thecodepath @nesquena
Q: This is regarding for 1st optional requirement. What tip percentage we should use to calculate tip when user changes bill amount? Should we use last selected/entered tip?
Snehal