məcid cəbrayılov - android proqramlaşdırmaya giriş

13
Introduction to Android development Mecid Cabrayilov

Upload: farhad

Post on 17-May-2015

937 views

Category:

Technology


11 download

TRANSCRIPT

Page 1: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Introduction to Android development

Mecid Cabrayilov

Page 2: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Agenda

• Android development background

• Android application on Linux kernel

• Android application components

• Resourceso Drawableo UI layouts

Page 3: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Background

• Java and OOP

• Android SDK tools

• Eclipse IDE and ADT plugin

• APK fileo Android manifesto Dex fileo Resources

Page 4: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Android app on Linux kernel

• User per Application

• VM per Application

• Linux process per Application

• Sandbox per Application

Page 5: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Application fundamentals

• Activity

• Service

• Content Provider

• Broadcast Receiver

• Intent

Page 6: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Activity

• Correspond to one screen in a UI

Page 7: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Activity

• One Activity can start second Activity

Page 8: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Intent

• Component name

• Action

• Data

• Extras

Page 9: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Service

• Without UI

• Long time taskso Music player

o Sync with remote server

o Gtalk connection

Page 10: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Content provider

• Share with other applications (e.g. Contacts, SMS)

• Manage threads

• Manage transactions

Page 11: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Broadcast Receiver

• Component designed to respond to broadcast Intents

• Application can invent and broadcast their own intents as well

• Think of them as a way to respond to external notifications or alarms 

Page 12: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Resources

• ID for every resource

• UI layouts in XML

Page 13: Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş

Mecid Cabrayilov

Developer @ [email protected]://twitter.com/mecid

http://mecid.info/http://droidstyle.mecid.info/