Tuesday, November 2, 2010

From where to start

Android is a mobile operating system that was developed by android Inc., which was purchased by Google. It is a modified version of the Linux Kernel. The Android SDK is the one which provide the tools and APIs necessary to develop applications in Android.

Android use the Java Programming language. If you know to write simple java programs, it is enough for you to start the Android development. In this it also use XML. It is very easy to understand.

The android has a wonderful documentation where you will get all the details.
Android Developer Guide

The best tool for developing android is eclipse. Eclipse have very useful plugin for that.
To start android developing it needs the following

  1. Android SDK
  2. Eclipse
  3. Eclipse Android plug-in

No comments:

Post a Comment