Emulator.

Slides:



Advertisements
Similar presentations
Technology ICT Virtual PC. Network Resources Microsoft Virtual PC Allows multiple Guest Operating Systems (Virtual Machines) run using the resources of.
Advertisements

Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff.
Android Overview and Android Development Environment
© Commonwealth of Australia 2009 Laptops and Windows tips.
Coursework 2: getting started (1) – running the phone emulator Chris Greenhalgh G54UBI / Chris Greenhalgh
A Developer’s Introduction to Google Android Dr. Frank McCown Harding University Spring 2010.
An Introduction.  Mobile Computer  Display, battery and circuitry all in one unit  Input directly on the display, no mouse or keyboard.
Make Your Spirits Soar Android 4.0 Ice Cream Sandwich Powerful 1.5Ghz Dual core processor Smooth User Experience while Content Consumption Thin 8.9mm,
REVIEW FOR SOME WELCOME TO THE COMPUTER!. WHY ARE COMPUTERS IMPORTANT?
REVIEW FOR SOME WELCOME TO THE COMPUTER!. WHY ARE COMPUTERS IMPORTANT?
The Android Development Environment.  Getting started on the Android Platform  Installing required libraries  Programming Android using the Eclipse.
A Developer’s Introduction to Google Android Dr. Frank McCown Harding University Fall 2011 This work is licensed under Creative Commons Attribution-NonCommercial.
Coursework 2: getting started (2) – using the phone emulator and browser Chris Greenhalgh G54UBI /
Modern Remote Control Copyright
WINDOWS 8.1 MOBILE “Full” Windows in a Tablet Environment.
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
Session 1.1. Windows Phone Topics Session 1.1 Windows Phone The Windows Phone Device.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Dell Venue 7 & 8 Android Tablet. Agenda Know Your Tablet Do’s & Don’ts Insertion of Sim/Charging Devices/Power ON & OFF Basic Troubleshooting Install.
INTERNATIONAL SUMMER ACADEMIC COURSE UNIVESITY OF NIS ISAC – Android programming.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Drivers Station 2010 Joe Ross Team /12/2009.
Setting up a Nexus tablet for development on Windows 1.
BY VENUS BRIGHT Input Output. What is a input An input is something simple that connects into the computer. Such as the most common input is a keyboard.
CS5103 Software Engineering Lecture 08 Android Development II.
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
1 Developing Apps For The Pocket PC Platform Anup Mistry Technology Manager D-2 (22 nd May ’03)
2- Android Overview and Android Development Environment CSNB544 Mobile Application Development Thanks to Utexas Austin.
CamRanger CamRanger is a stand-alone device that connects to select Canon and Nikon DSLR cameras with a provided USB cable. It creates an ad-hoc WiFi network.
Chromebook Basics:. Chromebook Components: Memory Card Slot 3.0 USB Port USB Port HDMI Port Power Port (Charging) Head Phone Jack SD Card Slot.
Introduction to the Netbook. Netbook Specs Dell Netbook Latitude GB RAM (memory) 1.83 GHz (speed) 160 GB HD (storage) Power Supply Pack.
An Intern’s Guide to basic WMS 2011 setup in just 8 easy steps © 2011 Microsoft Corporation By: Livi Erickson.
Downloading Lumi Show on Android Devices Through our technology, people gain insight, instantly.
BELIEVE BOX. CPU : Intel Black Shield - 12 Cores - 5GHz Graphic Card : Nvidia GeForce 900GTX MHz Clock Mb Ram GDDR5 Hard Drive : 7200 RPM.
Platforms & Hardware Computer Games: Digital Games Design F1R2 11 © 2012 West Lothian CollegeAugust 2012/Review date August 2015Platforms & hardware.
23/10/2015 E.R.Edwards 23/10/2015 Staffordshire University School of Computing Introduction to Android Sensors.
IPORT (innovative PORtable Tablet) (innovative PORtable Tablet) Computer Organization & Architecture CSI-250 Hind Saadaoui.
Prepared by: I’tidal Rashdan Yasmeen Amer Submitted To: Dr. Luai Malhis Dr. Raed AL-Qadi Dr. Hanal Abu-Zanet.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
TE PICT. Programmer Gamer THE PROBLEM Today's Mobiles, More than mere a communication media.
QUESTIONABLE APPLICATION DESIGNS Bret Ikehara. WINDOWS 8 START MENU.
Introduction to Android Android Club Agenda Set development environment “Hello Android” app Device connection Debugging.
Mobile Application Development with ANDROID Umang Patel(6537) LDCE.
PAYware Mobile Android Comparison June 2013 For Internal Use Only.
HTC Android Projector User Guide v Agenda Setup and Demo Environment Launch Projector Installer Launch Projector Application Q&A.
Introducing the Phone ON/ OFF button Home (unlock+ return to main screen MENU (To access the options) Go Back.
Chapter 2 Building User Interfaces and Basic Applications.
Daniel Moth Principal PM Manager Visual Studio Emulator for Android.
Software and Hardware solutions for the blind and visually Impaired.
Hosted by Mrs. Smith Parts of a Computer InputOutputMisc
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
Mobile phone sensors. Sensors Sensors gyroscope The gyroscope is a sensor that can provide orientation information as well. This sensor can tell how.
Program Studi S-1 Teknik Informatika FMIPA Universitas Padjadjaran
Mobile Application Development BSCS-7 Lecture # 1
Aindra Systems We See Things …
Android Mobile Application Development
IDE and Phone Setup Overview Mike Zook 20-Sep-2016.
What this activity will show you
Wireless Mobility with Android
Next-generation TV March 2017
Computer Basics.
Fulton County Public Library
Computer Hardware Flash Card Review
Everyday term used to refer to the monitor, keyboard, mouse and CPU
Android Overview and Android Development Environment
Essential Question #1 What is a Computer??
The Computer Work Stations
Laptops and Windows tips
Phone Setup Overview Mike Zook 20-Sep-2016.
Tareq Khan, Ph.D. Assistant Professor,
Presentation transcript:

Emulator

Emulator Basics Host computer’s keyboard works Host’s mouse acts as finger Uses host’s Internet connection Other buttons work: Home, Menu, Back, Search, volume up and down, etc. Ctrl-F11 toggle landscape  portrait Alt-Enter toggle full-screen mode More info at http://developer.android.com/guide/developing/devices/e mulator.html

Emulator Limitations No support for placing or receiving actual phone calls Simulate phone calls (placed and received) through the emulator console No support for USB connections No support for camera/video capture (input) No support for device-attached headphones No support for determining connected state No support for determining battery charge level and AC charging state No support for determining SD card insert/eject No support for Bluetooth No support for simulating the accelerometer Use OpenIntents’s Sensor Simulator

Android Emulator (Android Virtual Device – AVD) Emulator is essential to testing app but is not a substitute for a real device Emulators are Android Virtual Devices (AVDs) Android SDK and AVD Manager allows you to create AVDs that target any Android API level AVD have configurable resolutions, RAM, SD cards, skins, and other hardware