From the course: Android Studio Essential Training

Unlock the full course today

Join today to access over 22,800 courses taught by industry experts or purchase this course individually.

Explore sample Jetpack Compose apps

Explore sample Jetpack Compose apps

From the course: Android Studio Essential Training

Start my 1-month free trial

Explore sample Jetpack Compose apps

- [Instructor] The best way to learn about new features of the Android SDK is to find working sample applications. And as I showed previously, you can get to these sample applications through the Android Studio welcome screen. For Jetpack and Pose, I'll go to the welcome screen's options menu and choose import an Android code sample, and then I'll search for the word compose. And I'll see that there are a whole bunch of different applications I can inspect. I'm going to choose the Jetnews sample, and this is a news reading app. And I'll click through and download and create my project. As always with the samples you get from GitHub, you'll see an MD or markdown file that includes a description of everything that this application does and how it's structured. Let's take a look at some of the code over here. I'll go to the project window and to the project scope, then I'll drill down to the app module and the source, the…

Contents