dpulakunta / CalTip

First Simple Android App
0 stars 0 forks source link

[Android Bootcamp] Project 1: Tip Calculator - Review My App #1

Open dpulakunta opened 10 years ago

dpulakunta commented 10 years ago

My name is Dharam(Dharmendhar Pulakunta). I have completed the task with two optional features. I have question about the structure. If I have organized my data and made separate functions to make the calls. "/cc @nesquena @thecodepath"

nesquena commented 10 years ago

:+1: Looks good overall. 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.

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.