sgattani / AndroidTipCalculator

A simple android Tip Calculator
0 stars 0 forks source link

[Android Bootcamp] Review my TipCalculator #1

Open sgattani opened 11 years ago

sgattani commented 11 years ago

My app is a complete, please review. /cc @nesquena @timothy1ee

nesquena commented 11 years ago

Thanks Shantanu, looks great. Like the enhanced UI direction you took (radio buttons, custom value, etc). You made the UI/UX your own, and probably learned a lot more from this project as a result. A few more notes:

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. Let us know if you have any other thoughts or questions about the assignment.

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.