Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 1 KB

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 1 KB

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:

Getting Started

  1. Download and run the app.

Acknowledgement

This sports app is based on the code for "Adaptive Layouts" codelab, which is a part of Android Basics in Kotlin.