From the course: Android Studio Essential Training 2020

Unlock the full course today

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

Import sample apps

Import sample apps

From the course: Android Studio Essential Training 2020

Start my 1-month free trial

Import sample apps

- Google offers many sample applications that you can use to learn about various programming techniques. Android Studio makes these available from the welcome screen with the link labeled Import an Android code sample. This dialog lets you scroll through and look for interesting techniques that you might want to learn about or you can search for what you want. So for example, let's say I wanted to learn about the Work Manager interface. The sample application would teach me how to use it. From here, I could click Next to create the project locally, or I can click this link to browse the project on GitHub. All of these projects are available on GitHub and can be cloned or forked as needed. I'll come back here, and I'm going to look for another project, and I'll look for something called Motion. This sample application will let me explore different ways to do animations and transitions. Notice that this displays a bit of a…

Contents