Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Francesco Miceli
5,134 PointsHow to display works loaded on GitHub??
Hello maybe my question may sound silly, but I followed the contest this week and wanted to know how to display the work load on GitHub. Once I have clicked on the link then what do I click to see the work done by the guys?
thanks
1 Answer
Ben Jakuben
Treehouse TeacherThis is a great question! Github has the source code for the contest projects in one of two formats: Eclipse or Android Studio projects. You can tell if it's for Android Studio if it has any Gradle files.
First you need to download the source code. If you have used Git before then you can clone it to your machine. Otherwise, you can just download the zip file like normal. Then, once you have the project folder on your computer, you can import it into Eclipse or Android Studio to look at it and run it.
To see how to import a project in Eclipse, check out this video from my latest project.
If you want more information about Git and GitHub, check out my stage Using Git for Android and our Git Basics course.