Saturday 30 August 2014

DAY 1 : ANDROID INTRODUCTION

HELLO BUDDS!!!

WELCOME TO ANDROID WORKSHOP!!!

I'M SURE THAT , YOU WILL LEARN MUCH FROM HERE...
 
SPENT 1-2 HOUR DAILY HERE TO LEARN ANDROID 

 HAVE A NICE JOURNEY !!!

  • In this pages you will learn : 
  • 1.what is android 
  • 2.How to install Android Platform(Eclipse)

 

What is Android?

  • The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.

  • An early look at the the Android SDK is also available. It includes sample projects with source code, development tools, an emulator, and of course all the libraries you'll need to build an Android application. 

      

    BEFORE STARTING ANDROID FIRST YOU HAVE TO DOWNLOAD SOMETHING:

    1. ANDROID DEVELOPMENT KIT (INCLUDES ....)
    • Eclipse + ADT plugin
    • Android SDK Tools
    • Android Platform-tools
    • A version of the Android platform
    • A version of the Android system image for the emulator

     

    Install Eclipse


    Eclipse is a free Open Source IDE, it can be download from http://www.eclipse.org/ or the download page here.

    The first package, Eclipse IDE (Integrated Development Environment) for Java Developers, contains what you need to build Java applications.

    Click the selected package to involve the mirror selection page, select your closest mirror site, start download and save it to any position on your machine you want.

    After download, un-zip it on any position you want. It's the installed folder, "C:\App\eclipse\" on my setup.

    When you run the application "C:\App\eclipse\eclipse.exe", you will be asked to select the workspace, it's "C:\App\eclipse\workspace" for me.

    Remark: JDK is assumed to be installed before install Eclipse.


    Android Emulator in Action

    Android Emulator is included in Android SDK. It can be involved inside Eclipse IDE, or run as a standalone application.
 

Install Android SDK and Eclipse's Android Development Tools plugin 

In order to setup Eclipse for development of Android, both Install Android SDK and Eclipse's Android Development Tools plugin are needed.

Download Android SDK - ADT (WHICH YOU DOWNLOADED ABOVE)and unzip it in any folder you want, it's "C:\App\android_sdk_windows_m3-rc22a" for me.

Android Development Tools plugin can be download inside Eclipse IDE.

  1. Start Eclipse, then select Help > Software Updates > Find and Install....
  2. In the dialog that appears, select Search for new features to install and press Next.
  3. Press New Remote Site.
  4. In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL:
    https://dl-ssl.google.com/android/eclipse/
    Press OK.
  5. You should now see the new site added to the search list (and checked). Press Finish.
  6. In the subsequent Search Results dialog box, select the checkbox for Android Plugin > Eclipse Integration > Android Development Tools and press Next.
  7. Read the license agreement and then select Accept terms of the license agreement, if appropriate. Press Next.
  8. Press Finish.
  9. The ADT plugin is not signed; you can accept the installation anyway by pressing Install All.
  10. Restart Eclipse.
  11. After restart, update your Eclipse preferences to point to the SDK directory:
    1. Select Window > Preferences... to open the Preferences panel. (Mac OS X: Eclipse > Preferences)
    2. Select Android from the left panel.
    3. For the SDK Location in the main panel, press Browse... and locate the SDK directory.
    4. Press Apply, then OK.
CONGO!!!ONE STEP YOU HAVE DONE!!!

If You Have Any Doubt While Installing ECLIPSE Then comment plz...

STAY TUNED ... NEXT TUTORIALS,SAMPLE AND EXAMPLES WILL BE COMING SOON ...




2 comments:

  1. Hello Sir,
    THANK YOU VERY MUCH for learning us Android without Fees :P

    Keep It Up

    ReplyDelete

DON'T BE SELFISH !!! SHARE IT !!!