shruthimr / android-assignments

0 stars 1 forks source link

[Android Bootcamp] Project 2 (TipCalculator) - Review my app #2

Open shruthimr opened 10 years ago

shruthimr commented 10 years ago

My app is complete, please review. /cc @thecodepath /cc @nesquena I had a question about 1. How to change the fonts 2. How to set the min value for the Seekbar

nesquena commented 10 years ago

:+1: Looks good Shruthi! Great job implementing multiple optionals for this assignment. 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.

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 continue spending 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.

nesquena commented 10 years ago
  1. How to change the fonts

http://guides.codepath.com/android/Working-with-the-TextView#using-custom-fonts

How to set the min value for the Seekbar

https://groups.google.com/forum/#!topic/android-beginners/q3SQzvwwQLE