https://github.com/basanthaider/tiptime
A simple tip calculator app
https://github.com/basanthaider/tiptime
android-application kotlin mobile-development
Last synced: 2 months ago
JSON representation
A simple tip calculator app
- Host: GitHub
- URL: https://github.com/basanthaider/tiptime
- Owner: basanthaider
- Created: 2024-08-07T00:53:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T01:26:38.000Z (almost 2 years ago)
- Last Synced: 2025-06-08T00:42:20.816Z (about 1 year ago)
- Topics: android-application, kotlin, mobile-development
- Language: Kotlin
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tip Time App
A simple tip calculator app built as part of the Android Basics in Kotlin course.
# This app demonstrates fundamental Android development concepts including:
- User interface creation with XML layouts
- Handling user input with EditText
- Performing calculations and displaying results
- Using basic Kotlin syntax and control flow
# Key features:
- Allows users to enter the bill amount
- Calculates the tip based on selected percentage (15%, 20%, or 18%)
- Displays the calculated tip amount
- Optional rounding of the tip amount
# App Snapshots

