Example Connection between USB Host and Android
|
|
|
- Basil Owen
- 10 years ago
- Views:
Transcription
1 Example connection between USB Host and Android Example Connection between USB Host and Android This example illustrates the connection between Board ETMEGA2560-ADK and Android through Port USB Host. In this case, it develops program by ADB (Android Debug Bridge) by using Library ADB of Microbridge. This example is compatible with every Android devices versions that have been installed the Operating System of Android version V1.5 and higher. It divides part of developing program into 2 parts. Firstly, it develops program in the part of Microcontroller (ET-MEGA2560ADK); and secondly, it develops program in the part of Android device. In this case, it uses Program Android SDK to develop Application of Android. There are many websites that have published information about developing program for board by ADB (Android Debug Bridge); in this case, we recommend the official website of ETT CO.,LTD -1-
2 Normally, the main circuit of Board ET-MEGA2560-ADK has been designed according to the standard of original circuit of Google ADK Mainboard (Google s ADK Reference design); moreover, it has modifies some parts of sub-circuit suitably, so Board ET-MEGA2560-ADK can develop program through Android Open Accessory Development Kit (ADK) instantly. Nowadays, there are 2 main types to develop program of Android by Android Open Accessory Development Kit (ADK). Firstly, it develops program by Google Open Accessories API (ADK); in this case, it is compatible with Android devices that have been installed Operating system of Andriod version V2.3.4 or higher. Secondly, it develops program through ADB (Android Debug Bridge); in this case, it is used with Library of Microbridge. It is compatible with Android devices that have been installed the operating system of Android version V1.5 or higher. ETT CO.,LTD -2-
3 Android Versions Android is the operating system as Open Source Project from Google; it is suitable for mobile devices, especially Android Mobile Phone and Android Tablet. This Operating System of Android from Google is Open Source that can be developed and improved independently; so, it attracts many developers around the world to share the knowledge and develop program to supply requirement until it is a large community. It uses JAVA Language with Library of Google called Google Developed Java Libraries to develop program. Google continues improving and modifying the Library and nowadays there are more than 10 versions. If user requires using which Compiler version and Library version, it has to consider the Operating System of the device that has been installed to use with program development; next, user has to choose and set the Compiler version and the Library version according to the Operating System in the device. If user has set the Compiler version and the Library version that is higher than the actual installation in the device, the error maybe occurred because the device does not support some instructions. ETT CO.,LTD -3-
4 Android version is specified by name code (Nick Name) and API Level; however, some details are different. So, code and Compiler version must be matching, otherwise it cannot compile any code program. Android Version API Level Name Code version (Nick name) Android BASE Android BASE_1_1 Android CUPCAKE Android DONUT Android ECLAIR Android ECLAIR_0_1 Android 2.1.x 7 ECLAIR_MR1 Android 2.2.x 8 FROYO Android GINGERBREAD Android Android Android GINGERBREAD_MR1 Android Android 3.0.x 11 HONEYCOMB Android 3.1.x 12 HONEYCOMB_MR1 Android HONEYCOMB_MR2 ETT CO.,LTD -4-
5 Android Open Accessory Development Kit (ADK) ADK is Android Program Development Kit that allows external USB Host device to interface with Android Operating System such as Android Phone and Android Tablet in the Accessory Mode; so, Android device can act as Host. Most devices are cheap such as mobile phones; it can communicate with external device through USB Bus according to conditions and restrictions of ADK. The format of Protocol ADK can reduce difficulty in communicating through USB of mobile phones. In this case, it moves the difficulty in communicating to the side of USB Host that is the outside of mobile phone instead. This capability is compatible with devices that have been installed the Android Operating System from version (for old version that has been released) to version 3.1(for new product release). Accessory devices that are interfaced with Android devices in this operation mode must has own Power Supply; moreover, it cans also supply 5V/500mA to Android device to charge current for Android device. Android Debug Bridge (ADB) This is the format of developing program that is Application for external devices; so, Android device can communicate and command various Input/output with external devices. In this case, user can apply cheap Android devices in the market for many applications; it seems to increase unlimited Input/Output systems into mobile phones. This capability is included in all Android device versions that have been installed the Operating System version 1.5 or higher; so, it can support almost devices in the market that have been installed the Operating System of Android. If interfacing Board ET-MEGA2560-ADK with mobile phone that has been installed the Operating System of Android, it looks like Board ET-MEGA2560-ADK acts as I/O of mobile phone; moreover, it is controlled and commanded by mobile phone through Cable USB. So, it seems that the mobile phone has the system of Input/Output that is both Digital and Analog, including other special Input/Output such as I2C, PWM, USART and so on. When user has studied and understood the format of communication between Android devices well, user can create and build many applications for using with mobile phones. For example, it controls ON/OFF the operation of electric appliances, including detect signal from the designed Sensors or detectors. ETT CO.,LTD -5-
6 The following example is a guideline to connect Android device with Board ET-MEGA2560-ADK; this example is modified from Library ADB of Microbridge. It uses the capability of GUI that uses touch screen and the display screen of mobile phone to command and display operating result of Input/Output of Board ET-MEGA2560-ADK. The operating result of program is to command ON/OFF LED(D13) on Board ET-MEGA2560-ADK according to the control of touch screen. In the meanwhile, Board ET- MEGA2560-ADK sends the result of converting signal from Analog(ADC0) and then sends back to the Android device. It shows result of example program by Emulator of Android. ETT CO.,LTD -6-
7 How to test operation The method to test the operation of this example is to develop program for 2 sides; Microcontroller and Android device. On the side of Microcontroller, it uses Board ET- MEGA2560-ADK and it develops program through Program Arduino with ADB Library of Microbridge. On the side of Android device, it uses computer PC with Program JAVA and Android Library of Google to be tool to develop program. First of all, user has to compile and upload program in the part of Microcontroller into Board ET-MEGA2560-ADK by Program Arduino first. Moreover, user has to copy Library ADB for AVR Microcontroller that has been developed and modified by Microbridge and then paste it in the Folder..\arduino- 0022\libraries. So, signals can directly interface with Hardware System of Board ET-MEGA2560-ADK as shown in the example below; After user has installed ADB Library successfully, user can call IDE of Arduino, open the example file program and upload it into Board ET-MEGA2560-ADK instantly. ETT CO.,LTD -7-
8 For the part of Hardware Board, it uses LED(D13) to display the operating result of ON/OFF that is commanded by from Android device; and it uses Signal Analog Pin A0 to receive Input Voltage and then convert it into data for sending and displaying on the screen of Andriod device. Moreover, user has to interface Input Voltage from Adjustable Resistor to adjust 0-5V Input Voltage according with Pin A0 to test the operation of program. ETT CO.,LTD -8-
9 How to prepare ADK Development kit 1. Download and install Program JDK (Java Developer Kit) 2. Download and install Program Android SDK 3. Download and install program Eclipse IDE 4. Install Program ADT (Android Development Tool) Plugin 1. Download and install Program JDK (Java Developer Kit). This is Java Language Program that includes various essential Libraries to develop program for Android. User can directly download and install the program from web page; ndex.html; in this case, it has to connect Internet to computer PC to install program. When it has already connected to the web page of Download, choose Tab Download of Java Platform(JDK); next, choose Accept License Agreement to choose the program version that user requires downloading. In this case, user has to choose the program version according to the actual Operating System of computer. Finally, user has to follows instructions of installation. ETT CO.,LTD -9-
10 Load from: ETT CO.,LTD
11 2. Download and install Program Android SDK. User has to choose and set values according to the actual Operating System that has been installed in computer PC. If using with Windows, there are 2 choices; Zip File and Install File. In this case, it is better to choose version File Install because it is more convenient. When user has downloaded the program successfully, should install in Folder C:\android-sdk-windows because it is more convenient to call. Next, choose Package for installation as Accept All; in this case, it takes a long time for processing. ETT CO.,LTD
12 3. Download and install Program Eclipse IDE. ETT CO.,LTD
13 4. Install Program ADT (Android Development Tool) Plugin. This Program ADT links files and sub-programs that are essential and related to develop program for ADK; so, it is more convenient to call and command program through window IDE of Program Eclipse correctly. User has to install this Plugin while connecting Internet; click Menu Help Install New Software ETT CO.,LTD
14 Set values in the window Install completely. Firstly, set the value in the blank of Work with as Add ; secondly, set Path value for downloading Program Plugin by setting Name as ADT; thirdly, set Path value in the blank of Location: as and finally, click OK. User has to wait for a while and the program shows additional Developer Tools, user has to tick the check box and click Next to go to the next step. After user has clicked Next, program shows details, conditions, and restrictions for using program; click I accept the terms of license agreements to accept the conditions; and finally, click Finish. Next, program starts installing files instantly; in this case, it takes a long time to process, depending on speed of internet network. Please wait until the installing process is complete. ETT CO.,LTD
15 ETT CO.,LTD
16 Testing Example Application 1. Copy the example program that has been developed by ADK; paste and save in the Hard Disk as shown in the example below; 2. Run Program Eclipse; and set location of program in the blank of Worksheet according to the location that saved the example file; in this case, it is the location C:\DEMO_MEGA2560_ADK as shown in the example below; ETT CO.,LTD
17 Click Menu File Import ; choose Existing Projects into Workspace; click Next and finally, click C:\DEMO_MEGA2560_ADK ETT CO.,LTD
18 After user has already set Directory successfully, the program shows lists of all Project File in the Directory; in this case, user can tick check box in front of the Project File that user requires Import to test the operation. After user has chosen Import Project successfully, click Menu Windows Preference to set location of Program SDK Compiler for Program Eclipse. When window Preference appears, click Tab Android; set the location that has installed Program SDK in the blank of SDK Location as C:\android-sdk-windows and then click OK. Next, click Menu Windows Preference; window Preference appears and click Tab Android again to check values. If everything is correct, it shows lists of Compiler; in this case, user can choose and click the preferred list; and then click Apply and OK, respectively. ETT CO.,LTD
19 ETT CO.,LTD
20 ETT CO.,LTD
21 Next, click Menu Project Properties and choose Tab Java Compiler. User has to choose the Compiler version according to the Operating System of the device that is used with program development; in this case, user has to choose Enable Project Specific Setting and set the value as Compiler Compliance Level completely. After user has already set the Compiler version successfully, user can compile program instantly; click Menu Project Clean to erase the old file that may be compiled by other unwanted values. Finally, click Menu Project Build All. ETT CO.,LTD
22 ETT CO.,LTD
23 After user has compiled successfully, it displays the operating result in the format of File Mega2560ADKV233Demo.apk and it is saved the Folder C:\DEMO_MEGA2560_ADK\Mega2560ADKV233Demo\bin ; in this case, user can install this file into the Android device instantly. If user has already installed Driver of Android device into computer PC and connected USB Cable between computer PC and Android device completely, user can run the operation from Program Eclipse instantly. Program transfers files to Android device automatically. If user has not interfaced with Android device yet, user can build model to test the operation instead. Program SDK Kit has included the part of model building instead of using the actual device. In this case, user can set specifications of program as same as the device that is used with program development; moreover, user can use this model building to virtually test operation of program that has been developed by user. Click Menu Windows Android SDK and AVD Manager; choose Visual Devices if user requires using the model building; or choose Installed Packages if user requires installing program into Android deice that is actually connecting. ETT CO.,LTD
24 ETT CO.,LTD
25 ETT CO.,LTD
26 ETT CO.,LTD
27 ETT CO.,LTD
28 ETT CO.,LTD
Board also Supports MicroBridge
This product is ATmega2560 based Freeduino-Mega with USB Host Interface to Communicate with Android Powered Devices* like Android Phone or Tab using Android Open Accessory API and Development Kit (ADK)
User s Manual of Board Microcontroller ET-MEGA2560-ADK ET-MEGA2560-ADK
User s Manual of Board Microcontroller ET-MEGA2560-ADK ET-MEGA2560-ADK Because Arduino that is the development project on AVR MCU as Open Source has been published, it is popular and widespread shortly.
Getting Started with Android Development
Getting Started with Android Development By Steven Castellucci (v1.1, January 2015) You don't always need to be in the PRISM lab to work on your 4443 assignments. Working on your own computer is convenient
Hello World. by Elliot Khazon
Hello World by Elliot Khazon Prerequisites JAVA SDK 1.5 or 1.6 Windows XP (32-bit) or Vista (32- or 64-bit) 1 + more Gig of memory 1.7 Ghz+ CPU Tools Eclipse IDE 3.4 or 3.5 SDK starter package Installation
Tutorial on Basic Android Setup
Tutorial on Basic Android Setup EE368/CS232 Digital Image Processing, Spring 2015 Windows Version Introduction In this tutorial, we will learn how to set up the Android software development environment
Installing the Android SDK
Installing the Android SDK To get started with development, we first need to set up and configure our PCs for working with Java, and the Android SDK. We ll be installing and configuring four packages today
01. Introduction of Android
01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment
How To Develop An Android App On An Android Device
Lesson 2 Android Development Tools = Eclipse + ADT + SDK Victor Matos Cleveland State University Portions of this page are reproduced from work created and shared by Googleand used according to terms described
How to Create an Android Application using Eclipse on Windows 7
How to Create an Android Application using Eclipse on Windows 7 Kevin Gleason 11/11/11 This application note is design to teach the reader how to setup an Android Development Environment on a Windows 7
Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM 5341. Eng. Wafaa Audah.
Islamic University of Gaza Faculty of Engineering Computer Engineering Department Mobile Computing ECOM 5341 By Eng. Wafaa Audah June 2013 1 Setting Up the Development Environment and Emulator Part 1:
Fahim Uddin http://fahim.cooperativecorner.com [email protected]. 1. Java SDK
PREPARING YOUR MACHINES WITH NECESSARY TOOLS FOR ANDROID DEVELOPMENT SEPTEMBER, 2012 Fahim Uddin http://fahim.cooperativecorner.com [email protected] Android SDK makes use of the Java SE
The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.
Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting
Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated May, 2012 This document will describe how to download and install the Android SDK
Android Setup Phase 2
Android Setup Phase 2 Instructor: Trish Cornez CS260 Fall 2012 Phase 2: Install the Android Components In this phase you will add the Android components to the existing Java setup. This phase must be completed
What else can you do with Android? Inside Android. Chris Simmonds. Embedded Linux Conference Europe 2010. Copyright 2010, 2net Limited.
What else can you do with Android? Chris Simmonds Embedded Linux Conference Europe 2010 Copyright 2010, 2net Limited 1 Overview Some background on Android Quick start Getting the SDK Running and emulated
Introduction to Android Development
2013 Introduction to Android Development Keshav Bahadoor An basic guide to setting up and building native Android applications Science Technology Workshop & Exposition University of Nigeria, Nsukka Keshav
Android Programming. Høgskolen i Telemark Telemark University College. Cuong Nguyen, 2013.06.18
Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Cuong Nguyen, 2013.06.18 Faculty of Technology, Postboks 203, Kjølnes ring
How To Run A Hello World On Android 4.3.3 (Jdk) On A Microsoft Ds.Io (Windows) Or Android 2.7.3 Or Android 3.5.3 On A Pc Or Android 4 (
Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution
Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna SDK and initial setup: Outline Ø Today: How
How to Set Up Your PC for Android Application Development
Introduction Application Note How to Set Up Your PC for Android Application Development Supported Environments: Windows 7 (32/64-bit), Windows Vista (32/64-bit), Windows XP * This application note was
Running a Program on an AVD
Running a Program on an AVD Now that you have a project that builds an application, and an AVD with a system image compatible with the application s build target and API level requirements, you can run
Arduino & Android. A How to on interfacing these two devices. Bryant Tram
Arduino & Android A How to on interfacing these two devices Bryant Tram Contents 1 Overview... 2 2 Other Readings... 2 1. Android Debug Bridge -... 2 2. MicroBridge... 2 3. YouTube tutorial video series
Download and Installation Instructions. Android SDK and Android Development Tools (ADT)
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Mac OS X Updated October, 2012 This document will describe how to download and install the Android SDK and
Title: Appium Automation for Mac OS X. Created By: Prithivirajan M. Abstract. Introduction
Title: Appium Automation for Mac OS X Created By: Prithivirajan M Abstract This document aims at providing the necessary information required for setting up mobile testing environment in Mac OS X for testing
Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012
Setting Up Your Android Development Environment For Mac OS X (10.6.8) v1.0 By GoNorthWest 3 April 2012 Setting up the Android development environment can be a bit well challenging if you don t have all
Basic Android Setup. 2014 Windows Version
Basic Android Setup 2014 Windows Version Introduction In this tutorial, we will learn how to set up the Android software development environment and how to implement image processing operations on an Android
Android, Bluetooth and MIAC
Android, Bluetooth and MIAC by Ben Rowland, June 2012 Abstract Discover how easy it is to use TCP network communications to link together high level systems. This article demonstrates techniques to pass
Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0
Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Part No. E52543-01 April 2014 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway
Intel Integrated Native Developer Experience (INDE): IDE Integration for Android*
Intel Integrated Native Developer Experience (INDE): IDE Integration for Android* 1.5.8 Overview IDE Integration for Android provides productivity-oriented design, coding, and debugging tools for applications
How to build your first Android Application in Windows
APPLICATION NOTE How to build your first Android Application in Windows 3/30/2012 Created by: Micah Zastrow Abstract This application note is designed to teach the reader how to setup the Android Development
Reminders. Lab opens from today. Many students want to use the extra I/O pins on
Reminders Lab opens from today Wednesday 4:00-5:30pm, Friday 1:00-2:30pm Location: MK228 Each student checks out one sensor mote for your Lab 1 The TA will be there to help your lab work Many students
Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna SDK and initial setup: Outline Today: How to
How to Set Up Your PC for Android Application Development
Introduction Application Note How to Set Up Your PC for Android Application Development Supported Environments: Windows 7 (32/64 bit), Windows Vista (32/64 bit), Windows XP * This application note was
CS378 -Mobile Computing. Android Overview and Android Development Environment
CS378 -Mobile Computing Android Overview and Android Development Environment What is Android? A software stack for mobile devices that includes An operating system Middleware Key Applications Uses Linux
Setting up Sudoku example on Android Studio
Installing Android Studio 1 Setting up Sudoku example on Android Studio Installing Android Studio Android Studio provides everything you need to start developing apps for Android, including the Android
Android Development. http://developer.android.com/develop/ 吳 俊 興 國 立 高 雄 大 學 資 訊 工 程 學 系
Android Development http://developer.android.com/develop/ 吳 俊 興 國 立 高 雄 大 學 資 訊 工 程 學 系 Android 3D 1. Design 2. Develop Training API Guides Reference 3. Distribute 2 Development Training Get Started Building
Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients.
Android: Setup Hello, World: Android Edition due by noon ET on Wed 2/22 Ingredients. Android Development Tools Plugin for Eclipse Android Software Development Kit Eclipse Java Help. Help is available throughout
SIM900 Eclipse environment install Application Note_V1.00
SIM900 Eclipse environment install Application Note_V1.00 Document Title: Note Version: V1.00 Date: 2011-01-11 Status: Document Control ID: Edit SIM900_Eclipse_environment_install_Application_Note _V1.01
Android Programming and Security
Android Programming and Security Dependable and Secure Systems Andrea Saracino [email protected] Outlook (1) The Android Open Source Project Philosophy Players Outlook (2) Part I: Android System
CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu
CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup Emmanuel Agu What is Android? Android is world s leading mobile operating system Google: Owns Android, maintains it, extends
IOIO for Android Beginners Guide Introduction
IOIO for Android Beginners Guide Introduction This is the beginners guide for the IOIO for Android board and is intended for users that have never written an Android app. The goal of this tutorial is to
Lab 0 (Setting up your Development Environment) Week 1
ECE155: Engineering Design with Embedded Systems Winter 2013 Lab 0 (Setting up your Development Environment) Week 1 Prepared by Kirill Morozov version 1.2 1 Objectives In this lab, you ll familiarize yourself
Application Development Setup Guide
epos-print SDK for Android Application Development Setup Guide M00048500 Rev. A Cautions No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means,
Android Environment SDK
Part 2-a Android Environment SDK Victor Matos Cleveland State University Notes are based on: Android Developers http://developer.android.com/index.html 1 Android Environment: Eclipse & ADT The Android
Android Programming: Installation, Setup, and Getting Started
2012 Marty Hall Android Programming: Installation, Setup, and Getting Started Originals of Slides and Source Code for Examples: http://www.coreservlets.com/android-tutorial/ Customized Java EE Training:
Android: How To. Thanks. Aman Nijhawan
Android: How To. This is just a collection of useful information and tricks that I used during the time I was developing on the android ADP1. In some cases the information might be a little old and new
Qualcomm IR-I 2 C Bridge Demo
User s Guide June 2012 UG63_01.0 Qualcomm IR-I2C Bridge Demo Demo Setup The Qualcomm IR-I2C Bridge Demo setup consists of the ice-dragon Board which includes an IR-Receiver interfaced with an ice40 mobilefpga.
With a single download, the ADT Bundle includes everything you need to begin developing apps:
Get the Android SDK The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android. The ADT bundle includes the essential Android SDK components
Home Course Catalog Schedule Pricing & Savings Training Options Resources About Us
1 of 14 12/04/2012 06:46 PM Hello, Jonathan Earl My Account Logout GS-35F-0556S CONTACT US Search TOLL FREE 877-932-8228 Home Course Catalog Schedule Pricing & Savings Training Options Resources About
ET-BASE AVR ATmega64/128
ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 which is a Board Microcontroller AVR family from ATMEL uses MCU No.ATmega64 and ATmega128 64PIN. Board ET-BASE AVR ATmega64/128 uses MCU s resources on
l What is Android? l Getting Started l The Emulator l Hello World l ADB l Text to Speech l Other APIs (camera, bitmap, etc)
today l What is Android? l Getting Started l The Emulator l Hello World l ADB l Text to Speech l Other APIs (camera, bitmap, etc) l Other: Signing Apps, SVN l Discussion and Questions introduction to android
Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated September, 2013 This document will describe how to download and install the Android
Developing In Eclipse, with ADT
Developing In Eclipse, with ADT Android Developers file://v:\android-sdk-windows\docs\guide\developing\eclipse-adt.html Page 1 of 12 Developing In Eclipse, with ADT The Android Development Tools (ADT)
Colorfly Tablet Upgrade Guide
Colorfly Tablet Upgrade Guide (PhoenixSuit) 1. Downloading the Firmware and Upgrade Tool 1. Visit the official website http://www.colorful.cn/, choose 产 品 > 数 码 类 > 平 板 电 脑, and click the product to be
Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone - 2012
Android Development Lecture 1 Android SDK & Development Environment Università Degli Studi di Parma Lecture Summary - 2 The Android Platform Android Environment Setup SDK Eclipse & ADT SDK Manager Android
OpenCV on Android Platforms
OpenCV on Android Platforms Marco Moltisanti Image Processing Lab http://iplab.dmi.unict.it [email protected] http://www.dmi.unict.it/~moltisanti Outline Intro System setup Write and build an Android
Android Tutorial. Larry Walters OOSE Fall 2011
Android Tutorial Larry Walters OOSE Fall 2011 References This tutorial is a brief overview of some major concepts Android is much richer and more complex Developer s Guide http://developer.android.com/guide/index.html
Shearwater Research Dive Computer Software Manual
Shearwater Research Dive Computer Software Manual Revision 1.3 Table of Contents 1. Basic overview of components 2. O/S IrDA driver installation 2.1 USB IrDA installation for Windows XP Home/Pro editions
Android Mobile App Building Tutorial
Android Mobile App Building Tutorial Seidenberg-CSIS, Pace University This mobile app building tutorial is for high school and college students to participate in Mobile App Development Contest Workshop.
WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1
WA1826 Designing Cloud Computing Solutions Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum
Android Environment SDK
Part 2-a Android Environment SDK Victor Matos Cleveland State University Notes are based on: Android Developers http://developer.android.com/index.html 1 2A. Android Environment: Eclipse & ADT The Android
USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual
USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual Copyright 2007 SofTec Microsystems DC01197 We want your feedback! SofTec Microsystems is always on
Android Development Tutorial. Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011
Android Development Tutorial Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011 Database connections Local SQLite and remote access Outline Setting up the Android Development Environment (Windows)
How to Install Applications (APK Files) on Your Android Phone
How to Install Applications (APK Files) on Your Android Phone Overview An Android application is stored in an APK file (i.e., a file named by {Application Name}.apk). You must install the APK on your Android
Table of Contents. Adding Build Targets to the SDK 8 The Android Developer Tools (ADT) Plug-in for Eclipse 9
SECOND EDITION Programming Android kjj *J} Zigurd Mednieks, Laird Dornin, G. Blake Meike, and Masumi Nakamura O'REILLY Beijing Cambridge Farnham Koln Sebastopol Tokyo Table of Contents Preface xiii Parti.
Android 5.0: Lollipop OS
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 6, June 2015. www.ijiset.com Android 5.0: Lollipop OS ISSN 2348 7968 Meenakshi M.Tech Student, Department of
Smartphone market share
Smartphone market share Gartner predicts that Apple s ios will remain the second biggest platform worldwide through 2014 despite its share deceasing slightly after 2011. Android will become the most popular
CSA Software Listing 2016-2017. Table of Contents. Both Windows and Mac platforms are supported.
CSA Software Listing 2016-2017 Both Windows and Mac platforms are supported. Table of Contents Student Access and Permissions... 2 Web Browsers... 2 Mozilla Firefox... 2 Internet Explorer... 2 Google Chrome...
Advantages. manage port forwarding, set breakpoints, and view thread and process information directly
Part 2 a Android Environment SDK Victor Matos Cleveland State University Notes are based on: Android Developers http://developer.android.com/index.html 1 Android Environment: Eclipse & ADT The Android
About this Release. Introduction. Prerequisites. Installation. Using the Web SDK Packager
About this Release This is a 1.2.1 release of the Sony Ericsson WebSDK Packager. Limitations are listed in Release Notes. Introduction Sony Ericsson s WebSDK Packager is based on the open source PhoneGap
Evo Laser Firmware Developer s Manual
Evo Laser Firmware Developer s Manual Table of Content Chapter 1 Introduction Chapter 2 Hardware Overview and Subsystems 2.1 Overview 2.2 Evo Laser Hardware Core System 2.3 Evo Laser Smartport TM Chapter
Allow Installation from Unknown Sources
Part 5 - Publishing Independently It is possible to publish an application without using any of the existing Android marketplaces. This section will explain these other publishing methods and the licensing
Android Development Setup [Revision Date: 02/16/11]
Android Development Setup [Revision Date: 02/16/11] 0. Java : Go to the URL below to access the Java SE Download page: http://www.oracle.com/technetwork/java/javase/downloads/index.html Select Java Platform,
Mobile Application Development
Mobile Application Development (Android & ios) Tutorial Emirates Skills 2015 3/26/2015 1 What is Android? An open source Linux-based operating system intended for mobile computing platforms Includes a
Application Note: Connecting to a 2500 Series Processor using PLC Workshop
Application Note: Connecting to a 2500 Series Processor using PLC Workshop This application note will describe a step by step process for the three ways to connect to a 2500-CXXX with PLC Workshop. The
ADT Plugin for Eclipse
ADT Plugin for Eclipse Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications. ADT extends
ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I)
ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I) Who am I? Lo Chi Wing, Peter Lecture 1: Introduction to Android Development Email: [email protected] Facebook: http://www.facebook.com/peterlo111
System update procedure for Kurio 7 (For build number above 110)
System update procedure for Kurio 7 (For build number above 110) IMPORTANT NOTE: Before starting the procedure, please check your current Android build number, that can be found as follows: exit the Kurio
Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02
Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 SP02 DOCUMENT ID: DC01939-01-0232-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication
How to develop your own app
How to develop your own app It s important that everything on the hardware side and also on the software side of our Android-to-serial converter should be as simple as possible. We have the advantage that
INTRODUCTION TO SERIAL ARM
INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of
Android Development Tools for Eclipse
Android Development Tools for Eclipse Sanjay Shah Khirulnizam Abd Rahman Chapter No. 1 "Installing Eclipse, ADT, and SDK" In this package, you will find: A Biography of the author of the book A preview
EasyC. Programming Tips
EasyC Programming Tips PART 1: EASYC PROGRAMMING ENVIRONMENT The EasyC package is an integrated development environment for creating C Programs and loading them to run on the Vex Control System. Its Opening
Tutorial for MPLAB Starter Kit for PIC18F
Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is
Friendly ARM MINI2440 & Dalvik Virtual Machine with Android
e t International Journal on Emerging Technologies (Special Issue on NCRIET-2015) 6(2): 197-202(2015) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Friendly ARM MINI2440 & Dalvik Virtual Machine
Develop a Hello World project in Android Studio Capture, process, store, and display an image. Other sensors on Android phones
Kuo-Chin Lien Develop a Hello World project in Android Studio Capture, process, store, and display an image on Android phones Other sensors on Android phones If you have been using Eclipse with ADT, be
IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment
IBM TRIRIGA Anywhere Version 10 Release 4 Installing a development environment Note Before using this information and the product it supports, read the information in Notices on page 9. This edition applies
Epidefender Studio Installation notice
Institut de Médecine et de Physiologie Spatiales Epidefender Studio Installation notice MEDES Institut de Médecine et Physiologie Spatiales CHU Rangueil - 1 avenue du Professeur Jean Poulhès - 31403 Toulouse
Technical Note. TN_134 FTDI Android D2XX Driver
Future Technology Devices International Ltd. Technical Note Document Reference No.: FT_000522 Version 1.1 Issue Date: 2012-08-16 This document describes the installation and use of the FTDI D2XX driver
Developing for MSI Android Devices
Android Application Development Enterprise Features October 2013 Developing for MSI Android Devices Majority is the same as developing for any Android device Fully compatible with Android SDK We test using
Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3
Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 DOCUMENT ID: DC01939-01-0230-01 LAST REVISED: March 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication
Home Automation & Security System Using Arduino Android ADK
Home Automation & Security System Using Arduino Android ADK P Pavan Kumar 1, G Tirumala Vasu 2 1 PG Scholar, SIETK, Puttur, Andhra Pradesh, India, [email protected] 2 Assistance Professor M.Tech
1) SETUP ANDROID STUDIO
1) SETUP ANDROID STUDIO This process takes approximately 15-20 Minutes dependent upon internet speed and computer power. We will only be covering the install on Windows. System Requirements Android Studio
PART I: WELCOME TO THE WONDERFUL WORLD OF ACCESSORIES CHAPTER 1: INTRODUCTION TO ANDROID OPEN ACCESSORY 3
INTRODUCTION xxi PART I: WELCOME TO THE WONDERFUL WORLD OF ACCESSORIES CHAPTER 1: INTRODUCTION TO ANDROID OPEN ACCESSORY 3 I, Android 3 The Three Laws of Android 4 The Android Philosophy 6 Other Popular
Standard Operating Procedure for Upgrading the Firmware to Android Kit Kat
PadFone 2 E9525 Standard Operating Procedure for Upgrading the Firmware to Android Kit Kat Download the latest firmware from the ASUS Support site and follow the instructions described in this guide to
ID TECH UniMag Android SDK User Manual
ID TECH UniMag Android SDK User Manual 80110504-001-A 12/03/2010 Revision History Revision Description Date A Initial Release 12/03/2010 2 UniMag Android SDK User Manual Before using the ID TECH UniMag
