Asst Prof. Saeed Ahmadi Software Engineering CSF Kabul University 1.

Slides:



Advertisements
Similar presentations
Android Application Development A Tutorial Driven Course.
Advertisements

Google Android Introduction to Mobile Computing. Android is part of the build a better phone process Open Handset Alliance produces Android Comprises.
Bruce Scharlau, University of Aberdeen, 2010 Android UI, and Networking Mobile Computing Based on android-sdk_2.2 Unless otherwise stated, images are from.
Ando-it-yourself droid Praveen Kumar Pendyala. Outline Brief intro to the Droid developement Setting up the Life saviors - Development tools Hello Droid.
Android OS : Core Concepts Dr. Jeyakesavan Veerasamy Sr. Lecturer University of Texas at Dallas
LAB SESSION 7 Graphical user interface Applet fundamentals Methods in applets Execution of an applet Graphics class.
Mobile App Development Using: Presented by Tyler Richey Images from
CSE2102 Introduction to Software Engineering Lab 2 Sept/4/2013.
Application Fundamentals. See: developer.android.com/guide/developing/building/index.html.
Filip Debelić What is it? Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google Android,
ANDROID OPERATING SYSTEM Guided By,Presented By, Ajay B.N Somashekar B.T Asst Professor MTech 2 nd Sem (CE)Dept of CS & E.
Mobile Application Development
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
Robotium Tran Dai T1309L. Introduce What is Robotium ? How can setup ? Why we need Robotium ? When.
INTERNATIONAL SUMMER ACADEMIC COURSE UNIVESITY OF NIS ISAC – Android programming.
Emerging Platform#4: Android Bina Ramamurthy.  Android is an Operating system.  Android is an emerging platform for mobile devices.  Initially developed.
Android Application Development 2013 PClassic Chris Murphy 1.
Mobile Application Development with ANDROID Tejas Lagvankar UMBC 29 April 2009.
About me Yichuan Wang Android Basics Credit goes to Google and UMBC.
© Keren Kalif Intro to Android Development Written by Keren Kalif, Edited by Liron Blecher Contains slides from Google I/O presentation.
@2011 Mihail L. Sichitiu1 Android Introduction Platform Overview.
Take a leap towards the most promising technology
Android development basics Introduction,Structure,Development Boncho Valkov.Net Developer.
01. Introduction to Android Prof. Oum Saokosal Master of Engineering in Information Systems, South Korea
Tip Calculator App Building an Android App with Java © by Pearson Education, Inc. All Rights Reserved.
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
Rajab Davudov. Agenda Eclipse, ADT and Android SDK APK file Fundamentals – Activity – Service – Content Provider – Broadcast Receiver – Intent Hello World.
#gsa2012 Android Basics By: Amr Mohsen
Android for Java Developers Denver Java Users Group Jan 11, Mike
ANDROID 응용 프로그래밍 과정 – 목차 - 안드로이드란 - 안드로이드가 만들어지게 된배경 - 안드로이드의 철학 - 안드로이드 환경설정 ( SDK download, eclipse plug-in 설정, 간단한 프로그램 실행 ) - 안드로이드 동작원리 - 안드로이드 핵심.
Eclipse Tutorial Barrett Summer Scholars 2011 Sustainable Engineering: Learning to Engineer Truly Green Products.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Android Boot Camp for Developers Using Java, 3E
Nilesh Singh Local Data Storage option Android provides several options for you to save persistent application data. - Shared preferences - Creation.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Silicon Valley Code Camp 2009 “Embellish Your Pictures” Build an Application for an Android Phone Jack Ha, Balwinder Kaur Oct 3, 2009 – 5:15PM Room CCL.
Educational & entertraiment applications on Android platform «Piano» and «Abetare» Anisa Shehu Prof. Asoc. Elinda Meçe 14 th Workshop “Software Engineering.
User Interface Android GUI Tool OpenGL API XML Writer Optimized Layout Algorithm WPF Component Inter.
First Venture into the Android World Chapter 1 Part 2.
Created By. Jainik B Patel Prashant A Goswami Gujarat Vidyapith Computer Department Ahmedabad.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
CSNB544 Mobile Application Development
Android operating system N. Sravani M. Tech(CSE) (09251D5804)
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
Applications for Android Petr Kaňok. Main goal Make a short handbook – For starting developers.
Introduction to Android Programming
Introduction to Android Chapter 1 1. Objectives Understand what Android is Learn the differences between Java and Android Java Examine the Android project.
The Basics of Android App Development Sankarshan Mridha Satadal Sengupta.
Cloud-Computing Cloud Web-Blog Software Application Download Software.
Mobile App Development Using:
Android Mobile Application Development
Android Mobile Application Development
Mobile Applications (Android Programming)
Android Development 陆俊敏 F
Android Studio, Android System Basics and Git
Android.
Development-Introduction
Introduction to Android
CA16R405 - Mobile Application Development (Theory)
Anatomy of an Android Application
Android App Developing with communication included
Application Development A Tutorial Driven Course
CA16R405 - Mobile Application Development (Theory)
Android Developer Fundamentals V2
Emerging Platform#3 Android & Programming an App
Android Development Introduction to Android Development 2011/01/16
CA16R405 - Mobile Application Development (Theory)
CA16R405 - Mobile Application Development (Theory)
CA16R405 - Mobile Application Development (Theory)
Presentation transcript:

Asst Prof. Saeed Ahmadi Software Engineering CSF Kabul University 1

 Mobile computing with focus on application development for the Android operating system 2

 Android application development in Java using Eclipse plug in  Emulator part of development environment 3

 Large project, self selected project with students  design and implement an app and publish it on the Android Market  broken into various milestones 4

 Professional Android 4 Application Development  Author : Reto MeierReto Meier  Year : 2012  Android Application Development  Author : Rick Rogers, John LombardoRick RogersJohn Lombardo  Year : 2009  html html 5

 Introducing Android  The Android Software Stack  Java in Android  The Android SDK  Packages  Your first Android App  Setting up the development environment  Fundamental Concepts  Creating and running your first app 6

 Android Resources  Layouts, Strings, Plurals  Colours, Dimensions, Images  Content Providers  Preferences, Files, SQLite, Saving State  Intents  Using built-in Intents  Creating Intents and Activities 7

 Building User Interfaces  Layout Managers, UI Elements, Adapters, Views  Menus, Dialogs & Action Handlers  Security & Permissions  Web Programming  HTTP Requests, Building & Consuming Services  Using the Download Manager  Background Services & Receivers  Alarms 8

? 9