Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.

Slides:



Advertisements
Similar presentations
Java Development Kit Installation Guide Sun Microsystems.
Advertisements

Coursework 2: getting started (1) – running the phone emulator Chris Greenhalgh G54UBI / Chris Greenhalgh
Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Coursework 2: getting started (4) – using PhoneGap to build mobile applications (optional) Chris Greenhalgh G54UBI /
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Installing SDCC Plug-in for Eclipse IDE
NetBeans IDE Downloading and Installation Guide. Downloading NetBeans IDE Installation Setup.
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Virtual Reality Course Slide  NTU Mobile HCI Lab, Mike Chen   Android Developers 
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
Getting Started with Android Programming Note: if you have already installed android development tools, please check that you have the same version as.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Working with Drivers and Printers Lesson 6. Skills Matrix Technology SkillObjective DomainObjective # Understanding Drivers and Devices Install and configure.
Better reference the original webpage :
Digital Logic and State Machine Design Installing Xilinx WebPACK 12.4 CS 2204 Digital Hardware.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Microsoft Windows LEARNING HOW USE AN OPERATING SYSTEM 1.
Google Maps Android API v2 吳俊興 國立高雄大學 資訊工程學系 CSF645 – Mobile Computing 行動計算
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
NUMOSS NURUL ‘IZZATI BINTI OTHMAN A
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Chapter 1a© copyright Janson Industries RAD ▮ Explain Eclipse, RAD, and their relationship ▮ Basic RAD concepts ▮ How to install RAD ▮ How to import.
Android. The Eclipse IDE Installation Requirements: Eclipse Java Windows All must match (32-bit OR 64-bit) If you have a 64-bit OS & 32-bit browser,
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
Geo CE-XM ch 4 Edited 10/14/05 1 The XM is the newest of the rovers, and unlike other units, it comes with software installed on the unit as well as using.
26/05/2016 E.R.Edwards 26/05/2016 Staffordshire University School of Computing Introduction to Android Practical 1 Changing the Eclipse Workspace Importing.
Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
Presented By: Muhammad Tariq Software Engineer Android Training course.
BIT115 Downloading & Installing the BIT115 Software & Programs.
( ) 1 ISYE 7210—Fall 2005 Design of Real-Time Interactive Simulations (in Java) Initial Notes Christine M. Mitchell Director & Professor Center for.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
SVN in Eclipse Presented by David Eisler 10/09/2014.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Prachi Chitnis.  The CSS feel  SDS – Synoptic Display Studio  ADL Converter  PV table, Probe…
9/2/ CS171 -Math & Computer Science Department at Emory University.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Creating an Example Android App in Android Studio Activity lifecycle & UI Resources.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
DEVS M&S Tutorial with eclipse IDE Chungman Seo
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
First Venture into the Android World Chapter 1 Part 2.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
ANDROID APPLICATION DEVELOPMENT. ANDROID DEVELOPMENT DEVELOPER.ANDROID.COM/INDEX.HTML THE OFFICIAL SITE FOR ANDROID DEVELOPERS. PROVIDES THE ANDROID SDK.
Fixing Windows 10 Automatic Updates Install Problem
Troubleshooting Dashhawk Issues. Here's what you have to do to have the DashHawk run properly Go to the ACTUAL PROGRAM file (not the short cut)
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Day 1 Session 2. Setup & Installation
Downloading & Installing the BIT115 Software & Programs
Obtaining the Required Tools
Chapter 2 Starting a Project
Android 基礎.
Setting up Eclipse Locally
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
Korea Software HRD Center
Working with Libraries
Java Code Review with CheckStyle
Presentation transcript:

Introduction to Android

Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full featured. Android applications are developed using java and can be ported rather easily to the new platform. One of the more compelling feature of Android is that, because of it’s architecture, third party applications- including that are “home grown”- are executed with the same priority as those that are bundled with the core system.

Android's default user interface is based on direct manipulation, using touch inputs, that loosely correspond to real-world actions, like swiping, tapping, pinching, and reverse pinching to manipulate on-screen objects, and a virtual keyboard. The response to user input is designed to be immediate and provides a fluid touch interface, often using the vibration capabilities of the device to provide feedback to the user. Applications ("apps"), which extend the functionality of devices, are written using the Android software development kit (SDK) and, often, the Java programming language that has complete access to the Android APIs..

On the top of all features that are available from the android side of the equation, Google has thrown in some very tantalizing features of its own; Developers of Android applications will be able to tie their applications into existing Google offerings such as Google Maps and the Omnipresent Google Search.

1. Download and setup Android Environment

Downloading and installing the JRE  Eclipse as an application written in Java, it requires the JRE to run.  Navigate to the Sun Developer Network(SDN) Downloads page at  From the SDN Download page, navigate to the download section for the proper JDK. select and initiate the download.  On the Java SE Previous Releases Download page, click the Download button for JDK5.0 update x, where x is latest update number.

 After downloading, notification will be appear on screen (Do you want to run or save this file), click run to begin the installation of the JDK.  During the installation process, you will be prompted to read and accept the License Agreement. After agreeing to the standard license Agreement and clicking next, you will be able to select your custom setup option.  To keep the process simple, and fairly standardized, you should accept the suggested packages- by default everything is selected- and continue the installation by clicking Next.

 When the installation completed page appears (Installation Completed), click Finish and your installation should be completed.

Downloading and installing Eclipse  Navigate to the Eclipse Downloads page at Download the Eclipse IDE for Java Developers from this site.  After Downloading Eclipse, now install it. Navigate to the location where you downloaded the Eclipse package. Expand the package and run the eclipse.exe file.  Eclipse installs to your user directory by default.  Once the Eclipse installation commences, you will be prompted to create a default workspace or folder. The default path for the workspace is your user directory. to select a different location, click Browse and navigate to it.

 After selecting a location for workspace, click OK.  At this point, development environment is downloaded and installed.  Next we need to download and install the android SDK, download and install the Android plugin for Eclipse, and configure the Eclipse setting.

Downloading and installing the android SDK  The android SDK easily accessible from the or page.  From the development home page, click download the SDK link under Getting Started. After you agree to the terms of the Android SDK License Agreement, you will see the Download the Android SDK page.  Click the package name for your operating system to begin the download. Now there is some series of steps to associate the SDK with Eclipse development environment.

Double-click the SDK Manager.exe file at the root of the Android SDK directory. Open the Tools directory and select: – Android SDK Tools – Android SDK Platform-tools – Android SDK Build-tools (highest version) Open the first Android X.X folder (the latest version) and select. Open the Extras directory and select: - Android Support Repository -Android Support Library -Google Repository -Google Play services

Downloading and installing the Android Plugin For Eclipse 1.Open the Eclipse application. You will download the Android Plugin for Eclipse from within the Eclipse IDE. 2.Choose Help->Software Updates->Find and Install. 3.In the install update window, which allows you to begin the process of downloading and installing any of the plugins that are available to you for Eclipse, click Search for New Features to Install radio button and then click Next.

4 In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: ssl.google.com/android/eclipse/ 5 Click OK. 6 In the Available Software dialog, select the checkbox next to Developer Tools and click Next. 7 In the next window, you'll see a list of the tools to be downloaded. Click Next.

8Read and accept the license agreements, then click Finish. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. 9When the installation completes, restart Eclipse.

Install ADT Plugin Now that we have the plugin repo setup we need to install the plugin from it. On the 'Install Software' screen, select the repo you just created from the 'Work with' selector. Select the 'Developer Tools' option from the listed below options. Click 'Next' and accept the agreements. Click 'Finish' and let it install. It might take a while depending on your internet speed.

Access ADT Plugin Preferences You'll most likely have to restart Eclipse after you install the ADT Plugin so do that before you continue. Mac/Linux: After Eclipse has restarted, click 'Eclipse' in the application menu. Windows: After Eclipse has restarted, click 'Window' in the application menu. Then select 'Preferences'. In the Preferences window, select the Android tab on the left side and it's corresponding drop down menu. This is the ADT Preferences screen. It will allow you to change setting, remove the SDK and make editor preferences for your development.

Setup ADT Plugin Click 'Browse' on the right side of the screen. Search for the folder in which you installed the Android SDK into and select it. Press the 'Apply' button on the Preferences screen. You should see the Android version you installed early to show up if all went well. If not, try reselecting the folder. (Make sure the folder contains the folders 'build-tools','platform','extras' and etc. Press the 'OK' button and restart Eclipse.