https://github.com/rizaadi/basic-android-kotlin-compose-training-unscramble
https://github.com/rizaadi/basic-android-kotlin-compose-training-unscramble
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizaadi/basic-android-kotlin-compose-training-unscramble
- Owner: rizaadi
- License: apache-2.0
- Created: 2023-10-14T04:44:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T11:26:03.000Z (over 1 year ago)
- Last Synced: 2023-10-15T21:13:44.898Z (over 1 year ago)
- Language: Kotlin
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
Unscramble app
=================================Single player game app that displays scrambled words. To play the game, player has to make a
word using all the letters in the displayed scrambled word.
This code demonstrates the Android Architecture component- ViewModel and StateFlow.Pre-requisites
--------------
* Experience with Kotlin syntax.
* How to create and run a project in Android Studio.
* How to create composable functionsGetting Started
---------------
1. Install Android Studio, if you don't already have it.
2. Download the sample.
3. Import the sample into Android Studio.
4. Build and run the sample.