1 / 13

Android Development Essentials: Get Started with JDK, Eclipse, ADT Plugin, and Android SDK

Learn the basics of Android app development with this comprehensive guide on setting up your development environment. Install the JDK, Eclipse IDE, ADT plugin, and Android SDK. Create a virtual device and start your first Android project. No prior Java knowledge required! Follow along with an Android tutorial for beginners and create simple apps like a calculator. Watch demos and enhance your skills. Get ready to dive into the world of Android development today!

santa
Download Presentation

Android Development Essentials: Get Started with JDK, Eclipse, ADT Plugin, and Android SDK

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ali Shahrokni 2013-03-14

  2. Application Components • Activities • Services • Content providers • Broadcast receivers

  3. Java • Integrated environment developed by Google • A powerful plug-in for Eclipse by Google • Java code is compiled to Dalvik executables • runs in Dalvik VM

  4. Get Started • Install JDK • Install Eclipse • Install ADT plugin for Eclipse • Install Android SDK

  5. Installing JDK • http://www.oracle.com/technetwork/java/javase/downloads/ • Java SE Development Kit 7 Downloads • Windows: Set up environment variable for javac.exe

  6. Installing Eclipse • http://eclipse.org/downloads/ • Eclipse IDE for Java developers • No installation, just run the downloaded file

  7. Installing ADT plugin for Eclipse • Install http://developer.android.com/sdk/eclipse-adt.html • In Eclipse: help -> Install new software • Add • Name: Android ADT • Location: https://dl-ssl.google.com/android/eclipse/ • Install developer tools

  8. Installing Android SDK • http://developer.android.com/sdk/index.html • Android SDK manager • Install Android 2.2 (API 8) • Setting up a device • Virtual device manager • Create new AVD

  9. Set up Android project • Start Eclipse • Preferences -> Android: Set Android SDK location • Create new Android project • Start AVD device from the AVD manager

  10. Android Introduction • Demo • Android tutorial • No java prerequisite in the tutorial • Android tutorial for beginners • http://www.youtube.com/watch?v=SUOWNXGRc6g&feature

  11. Lab • Create 2 pages • A welcome page with a link to the second page • A simple calculator

More Related