kadambarik / androidTipCalculator

0 stars 0 forks source link

Please Review my app for Tip Calculator #1

Open kadambarik opened 11 years ago

kadambarik commented 11 years ago

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

timothy1ee commented 11 years ago

Great, looks good. Note that the minSdkVersion should be 10, not 9 (specified in AndroidManifest.xml). Good naming of ids in the layout XML. Quick tip: there is a property called "tag" in the XML that you can put an arbitrary string. That way, you can use the same click handler for all buttons and check the tag for the tip value.

kadambarik commented 11 years ago

Thank you, I will try the tag for tip value.