I have just started learning about Android and I was planning on making a few apps.

So I was wondering what language do I build apps on and what are the free tools and ebooks about it and also any good IDE for it?

link|improve this question

As Edelcom says, this is meant for stackoverflow.com however if you search there first you should find a few useful questions. – gary comtois Feb 27 '11 at 12:54
feedback

migrated from android.stackexchange.com Feb 27 '11 at 16:03

This question came from our site for enthusiasts and power users of the Android operating system.

2 Answers

up vote 10 down vote accepted

It's in Java and the IDE that can be used is Eclipse: all information on this SDK page

But you should ask this on the Stackexchange site: here

link|improve this answer
Ok thanks and I will flag for movement – Benny Feb 27 '11 at 7:51
You can also build portions in C or C++ using the Android NDK: developer.android.com/sdk/ndk/index.html – willtate Feb 27 '11 at 15:24
feedback

As Edelcom said, Android apps are built in Java.

Eclipse is one of the IDEs that can be used, though personally I prefer using IntelliJ. IntelliJ10 comes with Android SDK - go for the Community Edition, it's free :)

Have a look at the Android website for lots of information, the tutorials are a good place to start, and are great for hands-on learning - http://developer.android.com/resources/browser.html?tag=tutorial

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.