Application in Android
- We are going to create “Hello World” Application in Eclipse (in next tutorial).
- We need following tools to run Android Project -
- Eclipse IDE
- ADT Plugin
- Java Developer Kit
- We are going to Run Application using AVD [Android Virtual Device].
- ADT plugin is useful tool which is intermediate tool which is used to integrate “Eclipse” and “Android” so that we can develop android application using Eclipse IDE.
- It provides us Drag and Drop Facility to build more flexible applications.
Steps to develop an Android application :
- Install JDK
- Install Android SDK
- Install ADT Eclipse plugin
- Create an Android Virtual Device (AVD)
- Create Android Project with Eclipse (Wizard)
- Write Code
- Start it in Android Virtual Device (AVD)