# basic-android-kotlin-compose-training-race-tracker **Repository Path**: qwertystar/basic-android-kotlin-compose-training-race-tracker ## Basic Information - **Project Name**: basic-android-kotlin-compose-training-race-tracker - **Description**: Android Compose初学官方课程示例。详见https://developer.android.google.cn/courses/pathways/android-basics-compose-unit-5-pathway-1 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-11-09 - **Last Updated**: 2025-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Race tracker app ================================= The Race tracker app simulates the progress of two players in a race. The idea is to demonstrate basic concepts of Kotlin coroutines. A user can start, pause, or reset the race with buttons in the UI. Pre-requisites -------------- * Experience with building apps using Jetpack Compose. * How to create and run a project in Android Studio. * Familiar with Kotlin coroutines 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.