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.
You need to know:
- Basic knowledge of view-based UI development.
- Experience with Kotlin syntax, including lambda functions.
- Jetpack Compose basics codelab.
- Download and run the app.
This sports app is based on the code for "Adaptive Layouts" codelab, which is a part of Android Basics in Kotlin.