# basic-android-kotlin-compose-training-unscramble **Repository Path**: ytqlq/basic-android-kotlin-compose-training-unscramble ## Basic Information - **Project Name**: basic-android-kotlin-compose-training-unscramble - **Description**: Android Compose初学官方课程示例。详见https://developer.android.google.cn/courses/pathways/android-basics-compose-unit-4-pathway-1 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-06 - **Last Updated**: 2025-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 functions Getting 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.