From the course: Android Development Essential Training: 1 Your First App

Unlock the full course today

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

Check out the exercise files on GitHub

Check out the exercise files on GitHub - Android Tutorial

From the course: Android Development Essential Training: 1 Your First App

Start my 1-month free trial

Check out the exercise files on GitHub

- [Instructor] The exercise files for this course are stored on GitHub. There are branches for both the start and end states of each video, where we work on code. You can view a list of all of the branches from the Branch dropdown menu. For example, if you wanted to find the start state for Video 04_03, Introduction to Views and View Groups, then you would change to the 04_03b branch. But if you want it to look for the ending state, then you will go to the 04_03e branch. Now, there are multiple ways to work with this project in Android Studio. One simple way is to copy the URL from the Clone button. So we'll come over to Clone, and we'll copy the URL. Now we can move over to Android Studio to check it out. Here on the welcome screen, we'll click on the, Get from Version Control button, and then we'll paste in our URL. Next, we'll click on Clone to download the project. We'll click Yes. It may take a bit longer when the…

Contents