# basic-android-kotlin-compose-training-practice-problems **Repository Path**: qwertystar/basic-android-kotlin-compose-training-practice-problems ## Basic Information - **Project Name**: basic-android-kotlin-compose-training-practice-problems - **Description**: Android Compose初学官方课程示例。详见https://developer.android.google.cn/courses/pathways/android-basics-compose-unit-1-pathway-3 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Practice Problems - Solution Code Practice problems test learner's understanding of the concepts that they studied. The problems are themed around real-world use cases. This repo contains solution to the practice problems. Following is the list of practice problems: - [Compose Article](https://github.com/google-developer-training/basic-android-kotlin-compose-training-practice-problems/tree/main/Unit%201/Pathway%203/ComposeArticle) For Learn Together app, build a screen which displays article about Jetpack Compose Tutorial - [Task Completed](https://github.com/google-developer-training/basic-android-kotlin-compose-training-practice-problems/tree/main/Unit%201/Pathway%203/TaskCompleted) For Task Manager app, build a screen which displays All tasks completed screen. - [Compose Quadrant](https://github.com/google-developer-training/basic-android-kotlin-compose-training-practice-problems/tree/main/Unit%201/Pathway%203/ComposeQuadrant) Build an app that displays the information about the Composable functions. Consider the solutions as one way to solve the problems and feel free to experiment however you feel comfortable. Pre-requisites -------------- You need to know: - How to load the project from GitHub into Android Studio and run the app in Android Studio. Recommendation: - Try to solve the problems before you check the solution.