Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushsgithub/android_tip_calculator
https://github.com/ayushsgithub/android_tip_calculator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayushsgithub/android_tip_calculator
- Owner: ayushsgithub
- Created: 2024-09-15T11:27:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T13:20:12.000Z (2 months ago)
- Last Synced: 2024-09-16T13:36:55.881Z (2 months ago)
- Language: Kotlin
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tip Calculator
**Tippy** computes the tip and total amount for a bill and splits between people. The app uses the base amount, tip percentage and number of people to calculate the amount owed, and it also describes the quality of service based on the tip.
Time spent: **6** hours spent in total
## Functionality
The following **required** functionality is completed:
* [x] User can enter in a bill amount (total amount to tip on)
* [x] User can enter a tip percentage (what % the user wants to tip).
* [x] The tip and total amount are updated immediately when any of the inputs changes.
* [x] The user sees a label or color update based on the tip amount.
* [x] User can split the bill evenly between number of peopleThe following **extensions** are implemented:
* [x] Custom colors palette selected
* [x] Split bill between people### [Video Link](https://youtu.be/Fi96G1LtrUA)