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

Android

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

New project "Android Tools" is live!

Hello Android students! I recorded a live workshop a few weeks back on Android Studio, Genymotion, and Git for Android. In case you missed it, we converted it into a 3 stage project that is available to everyone. Check it out, and even if you watched the livestream, answer the quizzes so you can earn the badges. :-)

Android Tools

Using the right tools can make an Android developer's life so much easier. At Google I/O in 2013, a new Android IDE was announced named Android Studio. Currently available as a beta release, we will see how to get started and learn some helpful features that make it powerful and fun to use. Then we will take a look at a 3rd party emulator called Genymotion that is much faster and more responsive than the default Android emulator. And lastly, every developer should be using some sort of version control, even on small projects. We will show you how to set up and make changes to an Android project on GitHub.

2 Answers

Thanks! Android Studios looks pretty awesome. Since its in early release, is this what you're using for the 'Build a Self-Destructing Message Android App' course? Or still using Eclipse?

Ben Jakuben
Ben Jakuben
Treehouse Teacher

For that reason I decided to stick with Eclipse. However, Android Studio is pretty cool and I wanted to give students the option to use either, so this is intended to help you get setup for doing the project in Android Studio if you choose. :)

I work with both Eclipse and Android Studio. While Android Studio is great, it still has some ways to go. Also, when a new release of Android Studio is released, it will sometimes create problems that didn't exist before. Working with large projects in Android Studio has been a headache. I still highly recommend Eclipse because of how well it is supported throughout the Android community.

Great notes -- thanks for clarifying!