By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.

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

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.
WiFile Team DroidDev Krushi Desai Poonam Waral Rushabh Pasad.
1 Mobile Computing Background Copyright 2014 by Janson Industries Can be viewed at:
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Cosc 4730 Installing IDEs And a note on carriers..
DOSGi Application Platform for MobiCloud Long Qiu Xinyi Dong.
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.
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.
2. Setting Up Your Android Development Environment.
Asst.Prof.Dr.Ahmet Ünveren SPRING Computer Engineering Department Asst.Prof.Dr.Ahmet Ünveren SPRING Computer Engineering Department.
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 
EPICS and Java Michael Dorin Metropolitan State University St. Paul, MN.
Getting Started with Android Programming Note: if you have already installed android development tools, please check that you have the same version as.
Secure Search Engine Ivan Zhou Xinyi Dong. Project Overview  The Secure Search Engine project is a search engine that utilizes special modules to test.
INTERNATIONAL SUMMER ACADEMIC COURSE UNIVESITY OF NIS ISAC – Android programming.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Android Programming. Outline Preparation Create new project Build and Run a project Debug a project Deploy on devices.
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
Android 2: Introduction to the Technology Kirk Scott 1.
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
GeoADE - Geometric Algorithm Development Environment Tsai-Yeh Tung 2010/3/9 Web-based Collaboratory Lab, IIS, Academia Sinica, Taiwan Algorithmic Theory.
Android Programming By Mohsen Biglari Android Programming, Part1: Introduction 1 Part1: Introduction By Mohsen Biglari.
Vs. Ease of Developing 3 rd Party Applications. Points of Interest Closed Source vs. Open Source – Does It Matter? Objective-C vs. Java – Implementation.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Operating system for mobile devices with a Java programming interface. Provides tools, e.g. a compiler, debugger, device emulator, and its own Java Virtual.
Intro to Android Development Ben Lafreniere. Getting up and running Don’t use the VM! ials/hello-world.html.
Introduction to Android Android How to Program © by Pearson Education, Inc. All Rights Reserved.
Smart Phone Laboratory ECEN 489 Srinivas Shakkottai.
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,
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.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
DUE Hello World on the Android Platform.
#gsa2012 Android Basics By: Amr Mohsen
Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
How to Install the JDK (Java Development Kit) Click hereClick here to download the JDK.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
How to Install Eclipse Click hereClick here to download Eclipse.
Introduction to Android Android Club Agenda Set development environment “Hello Android” app Device connection Debugging.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
Introduction to Android Programming. Essentials Eclipse and Java SDK – downloads/index.html
Installation of Visual Studio Android emulator and Android Studio
Master Software Solutions Pvt.Ltd.. These days the demand of smart phone is being increased and we have different types of client e.g. Touch Phone, tables,
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.
Introduction to Android Programming
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
Android How to Program, 3/e
SEEM4570 Tutorial 1:Software Installation
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.
Development-Introduction
1. Environment Setting Minhaeng Lee.
Android 基礎.
The Most Popular Android UI Automation Testing Tool Andrii Voitenko
Installing Android SDK in Eclipse
Korea Software HRD Center
Programming your Robot
Presentation transcript:

By: James Ondecko

 What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references Image found at android.com

Direct Quote from: Image found at

 General programming experience  Java  XML

 JDK  Eclipse IDE  Android SDK  Android Plug-in for Eclipse  /downloads/index.html /downloads/index.html   l l  adt.html#installing adt.html#installing

 Testing on your own Android device?  Install proper software from your phone ◦ Software provided with phone ◦ Download from internet

 Allow you to test without a physical device  Can test a wide range of setups

 Can have multiple virtual devices  Take a bit to load up  Don’t need to shut down on every run (shouldn’t)