First Simple Android App This is very simple app to calculate tip for a given amount.
Time To complete: 4 hours
User Stories Completed:
User is displayed the tip of specified percentage for specified entered amount User enters the total amount of the transaction User can select between tip amounts (i.e 10%, 15%, 20%) Upon selecting tip amount, formatted tip value is displayed User changes the total amount and updated tip is reflected automatically User can select custom tip percentage if desired
Notes:
Spent some time making listeners for different widgets.