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

Quinten Carnellie
Quinten Carnellie
1,683 Points

Should I learn the Android Development Courses or Java Courses?

So i am trying to learn how to build android apps but I am not sure if i should learn java through the courses first or can i just jump into the android development courses.

Robin Damsgaard Larsen
Robin Damsgaard Larsen
13,929 Points

If you have no experience in Java whatsoever, I'd definitely recommend you familiarize yourself with the language before trying to use it in an Android context.

1 Answer

Ben Deitch
STAFF
Ben Deitch
Treehouse Teacher

Hey Quinten!

If you're completely new to programming, then you should start by learning Java. The Android framework will make a lot more sense if you come into it with a good understanding of Java (or another object-oriented programming language).

I'd recommend taking these 3 Java courses before getting started with Android:

Once you've got some Java knowledge under your belt then jump on over to the Beginner Android Track.

Hope that helps :)

Quinten Carnellie
Quinten Carnellie
1,683 Points

Thank you, I'll be sure to do those courses first. But do you think those are sufficient enough or should i also do something like the Java Web Development track?

Ben Deitch
Ben Deitch
Treehouse Teacher

Yep, those should be enough to get started. You'll definitely keep learning more about Java as you progress through the Android content, but after those 3 courses you should be well prepared to start in on Android.