Saturday, May 12, 2012

Android Basics

Setting up Eclipse and Android SDK 

1) Download the Android SDK
     Go to the link given below and download Android SDK according to your requirement.
http://developer.android.com/sdk/index.html   .Follow the steps given in the link
         
2) Download Eclipse(recommended)/any other frameworks
Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written mostly in Java. It can be used to develop applications in Java and, by means of various plug-ins.
other frameworks available are

  • ignition
  • droid-fu
  • RoboGuice
  • Commonsware

1 comment:

MVC - MVP : Difference between these design patterns?

In traditional UI development - developer used to create a  View  using window or usercontrol or page and then write all logical code ...