Reputation: 354
I am interested in moving into Android application development but don't know exactly where to start.I have good basics in C++ and VC#.NET and clear with the concepts of OOPS. Can anyone please guide me how should i jump into android application development and help me with some resources.Thanks in advance :)
Upvotes: 0
Views: 166
Reputation: 128448
First of all, you need to download Eclipse and install ADT Plugin inside the Eclipse, run the first "HelloWorld" android project and try to understand the project directory structure.
Check this SO Question:
Upvotes: 0
Reputation: 15639
Read Basic of Java, use the followin link
After reading basic of java, then move to Android Development, Refer the following link
Study it
Upvotes: 0
Reputation: 94653
First of all you must have to learn the Java language
and some of its Core APIs (java.lang, java.util, java.text, java.io etc.)
Upvotes: 1