Skip to content

CodyTVWeber/PlayKotlinMultiplatformCalculatorApp

Repository files navigation

PlayKotlinMultiplatformCalculatorApp

This app is a basic calculator app for learning Kotlin Multiplatform.

TODOs:

  1. Display text: Create a display text area using a Text composable.
  2. Setup State: Create a state variable using mutableStateOf to control the display text.
  3. Button Updates: Update the state variable when a button is pressed.
  4. Calculate: Parse the state variable to perform the calculation when the equals button is pressed.
  5. Display result: Display the result of the calculation in the display text area.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published