Click here to Skip to main content
16,007,843 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi everyone, i wanted to do programming for andriod, but i dont know where to start, i know know java, c, c++ .. using the jcreator for java dont know how to use ecllipse and sdk, someone please help me in this case where to start from the begining. thanku.
Posted
Comments
[no name] 11-Jul-12 7:49am    
Don't you think that maybe going to the Eclipse web site and going through the documentation would be a good place to start? Not to mention doing a simple search on google, or even right here on CP, http://www.codeproject.com/search.aspx?q=eclipse&doctypeid=1%3b2%3b3
Ashok_Rai 11-Jul-12 9:05am    
please send me a basic steps of using the ecllipse please. thanku!
[no name] 11-Jul-12 9:16am    
Copy then paste this link into your browser, http://www.codeproject.com/search.aspx?q=eclipse&doctypeid=1%3b2%3b3. Then start reading articles. It don't get any more basic than that. Not trying to do things yourself just wastes your time and everyone else's time.

Stefan_Lang 12-Jul-12 6:01am    
Upvoted the question to counter the unsolicited downvote. I consider this a perfectly reasonable question. Whoever downvoted this, please offer a valid reason for that.

Ed Burnette's "Hello, Android"[^] book contains all that you need in order to start.
 
Share this answer
 
Comments
Espen Harlinn 11-Jul-12 8:15am    
Good link :-D
CPallini 11-Jul-12 8:48am    
Thank you.
First things first :) "U can learn faster with a guide than going alone"

However if you can strive.
1) Learn the basics of Eclipse SDK (As you already know java)
http://www.cs.utexas.edu/~scottm/cs307/handouts/Eclipse%20Help/EclipseIntroduction.html[^]

2) Learn Android application life cycle and fundamentals. My suggestion please dont hurry. Go from basics.
http://developer.android.com/guide/components/fundamentals.html[^]

3) Download few existing applications and run them in "debug" mode to understand the application flow.
http://code.google.com/p/apps-for-android/[^]

Then start your applications :) Your idea, your App !!
 
Share this answer
 
v2

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