https://github.com/whybhav360/tippy
A basic tip calculator app made for #WeekendChallenge by Vaibhav Madaan
https://github.com/whybhav360/tippy
android-application android-studio kotlin kotlin-android
Last synced: 9 months ago
JSON representation
A basic tip calculator app made for #WeekendChallenge by Vaibhav Madaan
- Host: GitHub
- URL: https://github.com/whybhav360/tippy
- Owner: whybhav360
- Created: 2025-02-16T13:09:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T14:30:56.000Z (12 months ago)
- Last Synced: 2025-02-16T15:28:08.491Z (12 months ago)
- Topics: android-application, android-studio, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tip Calculator 💰
A simple and intuitive Tip Percentage Calculator built with Android Studio and Kotlin. This app dynamically calculates the tip based on the entered amount and an adjustable percentage slider.
Part of my #WeekendChallenge on linkedin
[Vaibhav Madaan on LinkedIn](https://www.linkedin.com/in/vaibhav360/)
✨ Features
Dynamic Tip Calculation – Updates the tip and total amount in real-time.
Smooth Percentage Adjustment – A scroll bar lets users set the tip percentage easily.
User-Friendly UI – Simple and easy-to-use interface.
Lightweight & Fast – No unnecessary features, just what you need!
🛠Tech Stack
Language: Kotlin
IDE: Android Studio
UI: Jetpack Compose / XML (whichever you're using)
🚀 Installation
Clone the repository:
bash
Copy
Edit
git clone [Tippy Repository](https://github.com/whybhav360/Tippy)
Open the project in Android Studio.
Build & Run on an emulator or a real device.
🎮 Usage
Enter the bill amount in the input field.
Adjust the tip percentage using the scroll bar.
View the calculated tip and total amount dynamically.
📸 Demo
App Logo

App Home Screen

Calculated Tip and total amount after addding tip

Dynamic scrollbar value updation
