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 Build a Simple Android App Getting Started with Android Introducing Android

Is java needed

I am an objective-c programmer and i want to learn android app development so do i need to learn java before taking this course or can i get along with this course

3 Answers

Matthew Francis
Matthew Francis
6,967 Points

Android uses java to function; so yes.

Currently Java is the primary language for android programming. And it is recommended that you should know the basic java syntax and OOP programming concepts in Java before proceeding with Android programming. Given that you have knowledge of objective C it should not be much difficult for you to understand java. And as someone who started android with very little knowledge of Java, I can tell you from personal experience that it is best to learn as much Java as you can before diving into Android.

It depends on IDE whether Java is need or Not. If You intend to develop an android app using Android Studio, Then Yes, You need to learn Java. If you choose other IDE , For Example - Intel XDK which uses HTML , CSS , Javascript. You can also develop using C, C++ , C#, Ruby, Python depending upon the IDE.