Wireless Mobility with Android

Slides:



Advertisements
Similar presentations
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Scienze dellInformazione Università di Bologna.
Advertisements

Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff.
Chapter 1: Voilà! Meet the Android
Programming Mobile Applications with Android
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna.
A N I NTRODUCTION TO A NDROID P ROGRAMMING Xinfeng Li CSE OSU.
Get android development environment running. Install – Get and install JDK 5 or 6 (see link in the.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Jorge Marchan 10mo a What is an ipad. Is the first tablet computer from Apple. The iPad is a flat, rectangular computer with a large, 9.7-inch.
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
Android Programming Beomjoo Seo Sep., 12 CS5248 Fall 2012.
2. Setting Up Your Android Development Environment.
Android Application Development with Java UPenn CS4HS 2011 Chris Murphy
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 **
INTERNATIONAL SUMMER ACADEMIC COURSE UNIVESITY OF NIS ISAC – Android programming.
Android Programming. Outline Preparation Create new project Build and Run a project Debug a project Deploy on devices.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Android Application Development 2013 PClassic Chris Murphy 1.
Sayed Ahmed BSc. Eng. In Computer Sc. and Eng. (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just.
Setting up a Nexus tablet for development on Windows 1.
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
Chapter 1: Voilà! Meet the Android
Smart Phone Laboratory ECEN 489 Srinivas Shakkottai.
Sayed Ahmed Computer Engineering (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
Presentation Seminar on “IMAGE SLIDER –AN ANDROID APPLICATION”
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
Android for Java Developers Denver Java Users Group Jan 11, Mike
Eclipse Tutorial Barrett Summer Scholars 2011 Sustainable Engineering: Learning to Engineer Truly Green Products.
© 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.
What is Android……? Android is an Operating System (OS) created by Google to run on any small electronic devices such as cell phones, e- books, Media Internet.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Android Hello World 1. Click on Start and type eclipse into the textbox 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.
Android. What is Android? A mobile device operating system. Seen primary in tablets and Cellphones. Based on a Linux kernel. Applications are Java Based.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
Day 1 Session 2. Setup & Installation
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
Program Studi S-1 Teknik Informatika FMIPA Universitas Padjadjaran
A brief information about the Android Operating System
Mobile Application Development BSCS-7 Lecture # 1
CSCI 351 – Mobile Applications Development
Obtaining the Required Tools
Computing.
Market Share. Market Share Market Share Android Dev Basics Android apps are developed in Java and XML. The hardest part of Android dev is coming up.
Android.
Development-Introduction
CIS 470 Mobile App Development
MIT App Inventor By Hans Yip.
Quick Start Guide for Visual Studio 2010
Mobile Application Development with MeeGo™ - Programming with SDK
Mobile App Development
Abstract Acknowledgments References
1. Open Visual Studio 2008.
Abstract Acknowledgments References
John D. McGregor Module 0 Session 2 Infrastructure and problem
Android Developer Fundamentals V2
Android Application Development
Korea Software HRD Center
Android Development Introduction to Android Development 2011/01/16
CA16R405 - Mobile Application Development (Theory)
CA16R405 - Mobile Application Development (Theory)
Presentation transcript:

Wireless Mobility with Android Wireless Mobility Programming Wireless Mobility with Android Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA Presented by: Ung Yean

Wireless Mobility Programming Objective To understand the Android building blocks and learn to develop Android applications. Presented by: Ung Yean

Wireless Mobility Programming Android Market Android devices come in all shapes and sizes. As of late November 2010, the Android OS can be seen powering the following types of devices: ➤ Smartphones ➤ Tablets ➤ E-reader devices ➤ Netbooks ➤ MP4 players ➤ Internet TVs Presented by: Ung Yean

Wireless Mobility Programming Android Architecture Presented by: Ung Yean

Tools to Develop Android Apps Wireless Mobility Programming Tools to Develop Android Apps Eclipse IDE: to write code and design UI Android SDK include AVD (Android Virtual Device): to test the applications ADT (Android Development Tools): The Plug-in includes various wizards for creating and debugging Android projects. Presented by: Ung Yean

Wireless Mobility Programming Create the AVD Window/Android SDK and ADV Manager Click new Presented by: Ung Yean

Wireless Mobility Programming Fill in the form as shown Presented by: Ung Yean

Wireless Mobility Programming Run the AVD Select one of the created AVD and click start. This will run the AVD where your App will be run on. (It will take a while for the AVD to load.). You will have the option of scale the display . Screen Size 7 means 70% Presented by: Ung Yean

First Android App: Hello Android Wireless Mobility Programming First Android App: Hello Android Presented by: Ung Yean

Wireless Mobility Programming Presented by: Ung Yean

Wireless Mobility Programming 3. Configure the project as shown and click finish. Presented by: Ung Yean

Configure the Application to run with the AVD Wireless Mobility Programming Configure the Application to run with the AVD Presented by: Ung Yean

Target the Application to the version of the AVD Wireless Mobility Programming Target the Application to the version of the AVD Presented by: Ung Yean

Wireless Mobility Programming Run the Application Presented by: Ung Yean

Application output on AVD Wireless Mobility Programming Application output on AVD Presented by: Ung Yean