/BillTipCalc

A simple Kotlin Android App to Calculate Tip percentage from entered Bill Amount

Primary LanguageKotlin

Bill Tip Calculator Android App

Made with Kotlin and Jetpack Compose.

Following one of the best tutorials on the internet: Kotlin Android Jetpack Compose

I added onValueChange listener to the TextField, so that the tip is calculated once the textField loses focus.