

You should not need to edit this package during this codelab. This contains model classes and sample data.The project contains three main packages: Open the project in Android Studio and select ‘File > Import Project' and browse to the ThemingCodelab directory. If you do not have git, you can click the following button to download all the code for this codelab:

git clone Ĭd android-compose-codelabs/ThemingCodelab To check whether git is installed, type git -version in the terminal or command line and verify that it executes correctly. If you have git installed, you can simply run the command below. In this step, you will download the code for this which comprises a simple news-reader app that we will style. Basic familiarity with Compose layouts e.g.Experience with Kotlin syntax, including lambdas.

We begin with an unstyled application and will apply what we learn to theme the application and support dark themes. In this codelab we will style a news-reading app.
