https://github.com/jlecomte/androidtipcalculator
Android Tip Calculator
https://github.com/jlecomte/androidtipcalculator
Last synced: about 1 year ago
JSON representation
Android Tip Calculator
- Host: GitHub
- URL: https://github.com/jlecomte/androidtipcalculator
- Owner: jlecomte
- License: mit
- Created: 2014-06-07T00:41:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T15:55:50.000Z (about 12 years ago)
- Last Synced: 2025-06-06T18:53:16.916Z (about 1 year ago)
- Language: Java
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android Tip Calculator
====================
Overview
--------
Build a Tip Calculator utility app which allows a user to calculate the appropriate tip based on the total amount entered.
User Stories
------------
* 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
* (Optional) User changes the total amount and updated tip is reflected automatically
* (Optional) User can select custom tip percentage if desired
* (Optional) User can select how many ways to split the tip
* (Optional) User can edit preset tip percentages and have them persist across launches
* (Optional) Experiment with trying input widgets to replace the buttons and/or textviews
* (Optional) Improve the user interface and experience by using images and/or colors
Screen Capture
--------------
