deXter
deXter

Reputation: 354

How to jump into Android Application Development?

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

Answers (3)

Paresh Mayani
Paresh Mayani

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:

  1. https://stackoverflow.com/questions/3211193/how-to-learn-developing-android-applications/3211803#3211803
  2. https://stackoverflow.com/questions/3405695/tutorial-tips-trick-for-android

Upvotes: 0

Chatar Veer Suthar
Chatar Veer Suthar

Reputation: 15639

Read Basic of Java, use the followin link

Java Tutorial

After reading basic of java, then move to Android Development, Refer the following link

Starting Point for Android

Study it

Upvotes: 0

KV Prajapati
KV Prajapati

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

Related Questions