Android Introduction

Similar documents
Android Environment SDK

ADT Plugin for Eclipse

Getting Started with Android Development

Android Development Tutorial. Nikhil Yadav CSE40816/ Pervasive Health Fall 2011

Android Development. 吳 俊 興 國 立 高 雄 大 學 資 訊 工 程 學 系

Hello World. by Elliot Khazon

Android Development Setup [Revision Date: 02/16/11]

How to build your first Android Application in Windows

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

Basic Android Setup Windows Version

How to Create an Android Application using Eclipse on Windows 7

Installing the Android SDK

Android Environment SDK

Android Setup Phase 2

How To Run A Hello World On Android (Jdk) On A Microsoft Ds.Io (Windows) Or Android Or Android On A Pc Or Android 4 (

Home Course Catalog Schedule Pricing & Savings Training Options Resources About Us

Introduction: The Xcode templates are not available in Cordova or above, so we'll use the previous version, for this recipe.

How To Develop An Android App On An Android Device

Epidefender Studio Installation notice

Introduction to Android Development

Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients.

Tutorial on Basic Android Setup

Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows

Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release

Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna

Android: How To. Thanks. Aman Nijhawan

Fahim Uddin 1. Java SDK

Android Mobile App Building Tutorial

Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone

App Development for Smart Devices. Lec #2: Android Tools, Building Applications, and Activities

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu

Download and Installation Instructions. Android SDK and Android Development Tools (ADT)

directory to "d:\myproject\android". Hereafter, I shall denote the android installed directory as

Developing NFC Applications on the Android Platform. The Definitive Resource

Software Development Environment. Installation Guide

341 - Bioinformatics Android Coursework

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012

Android Application Development: Hands- On. Dr. Jogesh K. Muppala

Lab 0 (Setting up your Development Environment) Week 1

ECWM511 MOBILE APPLICATION DEVELOPMENT Lecture 1: Introduction to Android

Android Programming. Høgskolen i Telemark Telemark University College. Cuong Nguyen,

Android Development Tools for Eclipse

Advantages. manage port forwarding, set breakpoints, and view thread and process information directly

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows

OpenCV on Android Platforms

Application Development Setup Guide

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02

Programmazione di sistemi mobili e tablet

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3

Mobile Application Development

About this Release. Introduction. Prerequisites. Installation. Using the Web SDK Packager

Android Tutorial. Larry Walters OOSE Fall 2011

Setting up Sudoku example on Android Studio

Android Programming: Installation, Setup, and Getting Started

Tutorial: Android Object API Application Development. Sybase Unwired Platform 2.2 SP02

Build Once, Deploy Everywhere: Support Both ios and Android

Department of Veterans Affairs Two-Factor Authentication MobilePASS Quick Start Guide November 18, 2015

Introduction to Android

POOSL IDE Installation Manual

System Reference 2013

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Tutorial on OpenCV for Android Setup

Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM Eng. Wafaa Audah.

UP L18 Enhanced MDM and Updated Protection Hands-On Lab

Getting Started with Android Programming (5 days) with Android 4.3 Jelly Bean

How to Download an Ebook in 3 Easy Steps

Titanium Mobile: How-To

Android Programming and Security

Developing In Eclipse, with ADT

xbox 360 online service center : The User's Guide

Connecting Your Device to a Wireless Network

INTRODUCTION TO ANDROID CSCI 4448/5448: OBJECT-ORIENTED ANALYSIS & DESIGN LECTURE 11 02/15/2011

How to install and use the File Sharing Outlook Plugin

Getting Started With Android

Introduction to Android Development. Jeff Avery CS349, Mar 2013

Microsoft Outlook 2013 & Microsoft Outlook Microsoft Outlook Windows Live Mail 2012 & MAC Mail. Mozilla Thunderbird

INSTALLATION GUIDE Netop Mobile for Android

Homeschool Programming, Inc.

2. Click the download button for your operating system (Windows, Mac, or Linux).

5 reasons to choose Streamezzo SDK over Android SDK Page 2

Android Development. Marc Mc Loughlin

Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development

Beginning with SubclipseSVN

Robotium Automated Testing for Android

Hudson configuration manual

How To Develop Android On Your Computer Or Tablet Or Phone

Introduction to Android Programming (CS5248 Fall 2015)

Android Concepts and Programming TUTORIAL 1

1) SETUP ANDROID STUDIO

Practical Android Projects Lucas Jordan Pieter Greyling

Full version is >>> HERE <<<

With a single download, the ADT Bundle includes everything you need to begin developing apps:

Android Application Development

International Journal of Research in Advent Technology Available Online at:

Compatibility with ebook Readers, Smartphones and Tablet PCs Status:

How to Install Applications (APK Files) on Your Android Phone

Intel Integrated Native Developer Experience (INDE): IDE Integration for Android*

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04

Transcription:

Android Introduction

CSCI 4237 - Software Design For Handheld Devices http://www.atomicrhubarb.com/handheld Lecture 6 Beginning Android Development

Android Uses Eclipse + a bunch of plug-ins. Probably doesn't cohabitate in Eclipse with other Java development plug-ins (few do), so we need a new install of Eclipse. Start here http://developer.android.com/sdk/ index.html

Android SDK Here's an overview of the steps you must follow to set up the Android SDK: 1. Prepare your development computer and ensure it meets the system requirements. 2. Install the SDK starter package from the table above. (If you're on Windows, download the installer for help with the initial setup.) 3. Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse). 4. Add Android platforms and other components to your SDK. 5. Explore the contents of the Android SDK (optional).

Android SDK Install the SDK starter package from the table above. (If you're on Windows, download the installer for help with the initial setup.)

Android SDK If you need to install Eclipse, you can download it from this location: http://www.eclipse.org/downloads/ The "Eclipse Classic" version is recommended.

Install Eclipse

Android Development Tools Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT), that is designed to give you a powerful, integrated environment in which to build Android applications. If you'd like to use ADT for developing Android applications, install it now. Read Installing the ADT Plugin for step-by-step installation instructions, then return here to continue the last step in setting up your Android SDK.

Install ADT Start Eclipse, then select Help > Install New Software... Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/ eclipse/ Click OK Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

Install ADT In the Available Software dialog, select the checkbox next to Developer Tools and click Next. In the next window, you'll see a list of the tools to be downloaded. Click Next. Read and accept the license agreements, then click Finish. Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. When the installation completes, restart Eclipse.

Find the SDK download

Run it, put it in c:\tools\

Start Eclipse Make sure it s the right one

SDK components The last step in setting up your SDK is using the Android SDK and AVD Manager (a tool included in the SDK starter package) to download essential SDK components into your development environment. You can launch the Android SDK and AVD Manager in one of the following ways: From within Eclipse, select Window > Android SDK and AVD Manager. On Windows, double-click the SDK Manager.exe file at the root of the Android SDK directory.

C:\tools\android-sdk-windows

This takes some time

A long time

Or run it from inside Eclipse

Verify that its working Building Your First App (Hello World) http://developer.android.com/training/basics/firstapp/ index.html

Android Following the Hello World tutorial is an essential first step in getting started with Android development!

Android Hello World Start Eclipse Install a platform Create an Android Virtual Device

HelloWorld v1 Back in Eclipse File -> New -> Project Pick Android Project

New Android Project

Again Now make another HelloAndroid but Use the XML based UI layout rather than the programmatic UI Edit /res/layout/main.xml Edit /res/values/strings.xml Edit HelloAndroid are put it back the way the IDE created it (XML based) Examine R.java Run it to prove to yourself that it works just fine.

Problems On A Mac with Retina Display

One Solution http://www.kotancode.com/ 2012/08/06/getting-the-androidemulator-to-work-on-the-macbook-proretina-display Follow the link Install RDM

Who Makes Android devices? Acer Asus HTC Huawei LG Motorola Panasonic Samsung Sony Sony Ericsson ZTE Asus Alcatel Amazon Archos Barnes & Noble Bluelans Cherry Mobile Creative Dell Garmin General Mobile Lenovo Kyocera Nexian Ouku Pantech Toshiba Videocon Viewsonic

Types of Android devices? SMartPhone Tablets ereaders Netbooks SmartWatches Car Computers Portable media player Set Top Box Game Console Head Mounted Display Television

How Many Models Of Android Phones do you think are ac8ve on networks now?

3,997 Models: Android Fragmentation As Seen By The Developers Of OpenSignalMaps

References 1. developer.android.com/resources 2. http://techcrunch.com/2012/05/15/3997- models-android-fragmentation-as-seen-bythe-developers-of-opensignalmaps/

For This Week More in the following weeks.