Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woodyrr/tip-time

Tip calculator made from android cource. user can input any amount and tip percentage to calculate how much tip is needed.
https://github.com/woodyrr/tip-time

Last synced: 26 days ago
JSON representation

Tip calculator made from android cource. user can input any amount and tip percentage to calculate how much tip is needed.

Awesome Lists containing this project

README

        

Tip Time - Solution Code
=================================

Starter code for the [Android Basics with Compose](https://developer.android.com/courses/android-basics-compose/course): Tip Time app.

Introduction
------------
The Tip Time app contains various UI elements for calculating a tip,
teaching about user input, and State in Compose.

Pre-requisites
--------------
* Experience with Kotlin syntax.
* How to create and run a project in Android Studio.

Getting Started
---------------
1. Install Android Studio, if you don't already have it.
2. Download the sample.
3. Import the sample into Android Studio.
4. Build and run the sample.