Introduction to Android Android Club 2015. Agenda Set development environment “Hello Android” app Device connection Debugging.

Slides:



Advertisements
Similar presentations
Android OS : Core Concepts Dr. Jeyakesavan Veerasamy Sr. Lecturer University of Texas at Dallas
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.
By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.
 IPhone came out first and had more time to develop. (3G)  Also was developed using OS-X  Android was started as a mobile device OS acquired by google.
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.
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
What is Android? Android is among the most popular operating systems aimed towards mobile devices such as smartphones, and is currently the most widely.
UFCFX5-15-3Mobile Device Development Android Development Environments and Windows.
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
App Development on Android. Contents  First Milestone  Second Milestone  Third Milestone  Last Milestone 
NFC Inventory Android App
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
INTERNATIONAL SUMMER ACADEMIC COURSE UNIVESITY OF NIS ISAC – Android programming.
Welcome to Mobile Apps Programming with Android, JAVA & XML.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
UFCFX5-15-3Mobile Device Development UFCFX Mobile Device Development An Introduction to the Module.
Web Apps vs. Native Apps vs. Hybrid Apps vs. iBook Author Mobile Publishing:
Android Phone App JOHN MICHAEL MARIANO UNDERGRADUATE MECHANICAL ENGINEERING STUDENT EEL 4665 INTELLIGENT MACHINES DESIGN LABORATORY OCTOBER 30, 2014.
Android Introduction Platform Overview.
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.
Android Club Joe Richard. Welcome Rakhimov Gayrat – JOE Global Solutions (BI, CBU, MedApp) WIUT Sunet Technology (QMS, WM) Ice breaking.
Mobile Application Development with ANDROID Tejas Lagvankar UMBC 29 April 2009.
Android 2: Introduction to the Technology Kirk Scott 1.
Android Programming By Mohsen Biglari Android Programming, Part1: Introduction 1 Part1: Introduction By Mohsen Biglari.
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
#gsa2012 Android Basics By: Amr Mohsen
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.
Using and developing on the Android Dev Phone 1. Setup At the gmail credentials screen, skip the step Go to Settings->Wireless Controls  Enable Wi-Fi.
Introduction to Android
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
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
By, Rutika R. Channawar. Content Introduction Open Handset Alliance Minimum Hardware Requirements Versions Feature Architecture Advantages Disadvantages.
Installation of Visual Studio Android emulator and Android Studio
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
Submitted By: Tarun Tyagi Website- - Enable USB Debugging.
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
Program Studi S-1 Teknik Informatika FMIPA Universitas Padjadjaran
Mobile Device Development
Mobile Application Development BSCS-7 Lecture # 1
Course Individuals Lecturer Dr. Eng. Amr T. Abdel-Hamid
Beginning of Xamarin for iOS development
Mobile Device Development
IDE and Phone Setup Overview Mike Zook 20-Sep-2016.
Android Development 陆俊敏 F
Android How to Program, 3/e
Computing.
Development-Introduction
Design Your Own Android App
Android Mobile apps development services company in India
Build your own sensing device
Windows 8 & Phone 8 App Development suresh M 11/14/2018
نجاح وفشل المنشآت الصغيرة
John D. McGregor Module 0 Session 2 Infrastructure and problem
Android Programming Tutorial
Mobile and Web Programming
Korea Software HRD Center
Programming your Robot
MOBILE PROGRAMMING Meriska Defriani, S.Komp, M.Kom Introduction
CA16R405 - Mobile Application Development (Theory)
Presentation transcript:

Introduction to Android Android Club 2015

Agenda Set development environment “Hello Android” app Device connection Debugging

Let’s install IDE! JDK – Java Development Kit SDK – Software Development Kit IDE – Android Studio

Material Coursera.org - Programming Mobile Applications for Android Handheld Systems

Plan Home – Watch theory Class – Practice Homework

Hello Android app! Show “Hello Android!”

Device Real Device – needs driver Emulator – very slow Genymotion – fast, requires RAM, CPU

Debug Let’s debug Hello Android app!