# add-adaptive-layouts **Repository Path**: mirrors_android/add-adaptive-layouts ## Basic Information - **Project Name**: add-adaptive-layouts - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sports App Starter code for "Add adaptive layouts to a view-based Android app with Compose" codelab. Sports app is a basic app to introduce intermediate developers to adaptive layouts. This app consists of three main screens: the sports list, favorites, and settings. The favorites and settings screens shows placeholder texts. This sports app shows a sports news (with a placeholder text) by selecting a sport in the sports list. ## Pre-requisites You need to know: - Basic knowledge of view-based UI development. - Experience with Kotlin syntax, including lambda functions. - [Jetpack Compose basics codelab](https://developer.android.com/codelabs/jetpack-compose-basics). ## Getting Started 1. Download and run the app. ## Acknowledgement This sports app is based on the [code for "Adaptive Layouts" codelab](https://github.com/google-developer-training/basic-android-kotlin-training-sports), which is a part of [Android Basics in Kotlin](https://developer.android.com/courses/android-basics-kotlin/course).