Hevanafa / tippy-jetpack-compose-android

Tip Calculator written in Kotlin & Jetpack Compose for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tippy-jetpack-compose-android

By Hevanafa, 27th May 2023

Based on the tutorial from freeCodeCamp.org - Android App Development Tutorial for Beginners - Your First App but written in Kotlin & Jetpack Compose with some differences such as the picture and the layout.

This app is basically a tip calculator with the base amount of money, the tip percentage and how much the total cost is.

The character in the picture is Vivid, made by Aziru my friend on FB.

Preview

Emulator Preview

Preparation

This project requires Android Studio Canary build (get it here). I doubt the other versions would work.

Everything is the default from Empty Activity provided by Android Studio (Canary build).

The version that I used to make this project was Android Studio Hedgehog | 2023.1.1 Canary 5 (Build #AI-231.7864.76.2311.10195651, built on May 25, 2023).

Building the APK

Use Android Studio's Build APK menu.

I had to update some of the deps to follow the template from Canary build (Material3) due to the build process constantly being interrupted by :app:checkDebugDuplicateClasses.

About

Tip Calculator written in Kotlin & Jetpack Compose for Android.


Languages

Language:Kotlin 100.0%