Skip to content Skip to sidebar Skip to footer

Getting Started With Android Development

I have been windows developer since the beginning, now the current trends dictate that I focus on newer technologies and platforms. My question is how can get started with android

Solution 1:

Setting up your tools :

  1. Install Eclipse [NOTE : You can choose any IDE but this is the most widely used one for Android development. IntelliJ is another IDE you could try. ]
  2. Install ADT (Android Development Tools) plugin for eclipse (assuming that you did choose to go with eclipse)
  3. Update your android tools by using the Android SDK manager
  4. (optional) get an Android device for testing you applications as it is not advisable to rely totally on the emulator

Getting started :

  1. Since you are a Windows developer, you must be fluent with C#, so catching up with Java (in case, you already haven't) shouldn't be much of a trouble
  2. Bookmark the Android developer website and never hesitate to check up the documentation when in doubt
  3. Have a look at the sample codes given on the official website
  4. You may wish to follow the steps mentioned up here as they walk you through the whole process

Useful Resources :

  1. Tutorials by Vogella
  2. Video tutorials by thenewboston [ Note: This is the one of the best series of Android video tutorials that I have even found, so don't hesitate to download all 200 of the videos. They are really very helpful! ]
  3. Video tutorials by mybringback

  4. Answers on StackOverflow

Good luck! May the Droid be with you! ;)

Solution 2:

Watch the Lynda.com's Android App Development With Java training, and you will learn it all... You need Eclipse, Android SDK and the ADT plugin.. that is all..

Happy Developing

Solution 3:

You should start at http://developer.android.com/index.html.

Download the SDK, read the documentation.

Solution 4:

visit the developers blog. download the sdk. buy an Android device and micro usb cable.

Solution 5:

Just download the Android SDK from http://developer.android.com here you can find tutorials as well

You can also download eclipse and the ADT(Android development tools) plugin.

Post a Comment for "Getting Started With Android Development"