Click here to Skip to main content
15,886,011 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hey...
I want to start android programming cause of my new galaxy note....

and I don't really know what compiler should I use... I like something similar to visual studio 2010
and which book of course e-book I should start to study....
thanks in advanced.
Posted

1 solution

For starting with android development you probably best start with Eclipse. It is very easy to setup, just download and install Eclipse and you can install the add-on from the IDE itself. It will download, install and take care of everything. Eclipse and the ADT plugin are all free. I really think this is the best way to go.

http://developer.android.com/tools/sdk/eclipse-adt.html[^]

Good luck!
 
Share this answer
 
Comments
Albert Holguin 28-Jun-12 11:34am    
I would agree it's the easiest way to get started with Android development... +5
keyvan_iau86 5-Jul-12 13:00pm    
thanks a lot, i'll do as you mentioned.
am I suppose to be a java programmer??? I don't want that... I mean I don't want to develop a program that can run on android but i want develop programs specified for android like sys and sysx extensions on Symbian...
E.F. Nijboer 5-Jul-12 15:19pm    
Eclipse is java, but android programming isn't all about java because android is quite specific. Meaning that if you're a java programmer you can't also program for android without learning. If you want to create something that works on most devices you could take a look at phonegap (http://phonegap.com/) but it has some limitations.
Albert Holguin 6-Jul-12 10:57am    
Most of the apps for Android are Java based (well, their implementation of Java)... so when in Rome...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900