From the course: Android Studio Essential Training

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Import sample apps

Import sample apps

- [Instructor] Google provides many sample applications that can help you learn how to use various components in your Android apps. To import these projects, go to the welcome screen. And if you're looking at the welcome screen after you've created at least one project, you'll see an options icon up at the top, labeled more actions. From there, choose import an Android code sample. In the import sample screen, you can search for whatever feature you're wanting to learn. For example, let's say I wanted to learn about Work Manager. This is a component in the Jetpack library collection that makes it easy to run background tasks. I'll choose that sample. I'll click next. I'll indicate where I want to put the project. And then I can click finish. You can also click on this link to see where the project is stored on the GitHub platform. If you have GitHub installed and you're ready to use it within Android Studio, you could…

Contents