How to do Android Programming?

@lovedude (4447)
India
October 21, 2011 6:32am CST
Can anyone tell how to do Android Programming? What are languages Android support and which editor and per-requisite I need to learn to start android programming..??
4 responses
@syoti20 (5292)
• Philippines
21 Oct 11
I am learning with your discussions. I liked it.
@syoti20 (5292)
• Philippines
21 Oct 11
Do we get paid if we create android games? How much will it be?
• United States
29 Feb 12
You would get paid if you entered them into the Android Marketplace and they sold well. Android Marketplace is a lot easier to deal with then trying to get them into the Apple App Store and it is also far cheaper as well as far less restrictive on the code you use to create your applications.
@owlwings (43910)
• Cambridge, England
21 Oct 11
You will first need to set up all the tools you require: Eclipse Integrated Development Environment Java Development Kit Android Software Development Kit You will need to know how to use the Eclipse environment and Java. There are more details here: http://www.ehow.com/how_5628522_program-apps-android.html
@owlwings (43910)
• Cambridge, England
21 Oct 11
This Q&A session from O'Reilly says more or less the same thing: http://answers.oreilly.com/topic/1133-how-to-start-programming-in-android/ There are links to the necessary sites as well.
@tonyllenium (6252)
• Italy
18 Mar 12
the android os using the java programming language...so to develop apps for this os you need to download for free the android sdk this kit will give you all instruments to prepare your pc for a developing work on android. Normally the program allows you to manage your developing is eclipse and so it is requested to know the java language and good skills in programming for the object languages in general... Latly i checked for an alternative way that give the possibility to web developers to use the normal web languages as html5,css,javascript to develop mobile apps and re-covert when you finished your work..i don't know now how it works but it seems ok!!
@Bushin (141)
• Philippines
21 Oct 11
Aside from what others mention, you'll also need to know Java Programming Language because that is the computer language that you will use in developing android applications and games.