This is a simple Tip Calculator Android app built using Java and XML. The app allows users to:
- Enter a bill amount
- Adjust the tip percentage using a SeekBar
- Calculate and display the tip amount and total bill
-
Main Java File:
Path:app/src/main/java/com/swarnavo/tipstart/MainActivity.java
-
Main XML Layout:
Path:app/src/main/res/layout/activity_main.xml
✔ Enter the bill amount
✔ Adjust the tip percentage using a SeekBar (0% - 50%)
✔ Click "Calculate Tip" to see Tip Amount & Total Bill
✔ Simple and user-friendly UI
-
Fork the repository by clicking the Fork button at the top-right corner of this page.
-
Clone the repository to your local system:
git clone https://github.com/your-username/CounterApp.git
-
Open the project in Android Studio.
-
Run the app on an emulator or a physical device.
-
If you find this project helpful, don't forget to Star ⭐ the repository!
- Enter the bill amount in the input field
- Move the SeekBar to select a tip percentage
- Click "Calculate Tip" to display the tip and total amount
Swarnavo Khanra
GitHub: Anonavo
Contributions are welcome! Feel free to fork this project and improve the app. 🎉