abbasalim / Android-Jetpack-Compose-Calculator-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Calculator

Compose Calculator demonstrates Jetpack Compose and ViewModel.


Easy to Use:

 Calculator {Toast.makeText(context, it, Toast.LENGTH_SHORT).show() }

or

 Calculator (defValue = 55.0, roundResult = true){Toast.makeText(context, it, Toast.LENGTH_SHORT).show() }

add :

implementation 'com.github.abbasalim:Android-Jetpack-Compose-Calculator-:<lastVersion>'

About


Languages

Language:Kotlin 96.4%Language:Java 3.6%