Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 728 Bytes

File metadata and controls

28 lines (15 loc) · 728 Bytes

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>'