SlideShare a Scribd company logo
Android
Application Development
By- Darshan G
Java
• Basic Java programming
– Exceptions
– Inner Class, Interface
• Advanced topics we will touch:
– Java IO
– Java Thread
– Java Socket
Darshan Gohel
Android Basics
Course Objectives
• Mobile Application Development (MAD)
• Intro to Android platform
• Platform architecture
• Application building blocks
• Development tools
• Textbook: Hello, Android
Darshan Gohel
Few reasons to go MAD…
• Smart Phones
– Internet access anywhere
– Social networking
• Millions of mobile users
• Open standards
Darshan Gohel
Introduction to Android
• Open software platform for mobile
development
• A complete stack – OS, Middleware,
Applications
• An Open Handset Alliance (OHA) project
• Powered by Linux operating system
• Fast application development in Java
• Open source under the Apache 2 license
Darshan Gohel
Darshan Gohel
Linux Kernel
• Works as a HAL
• Device drivers
• Memory management
• Process management
• Networking
Darshan Gohel
Libraries
• C/C++ libraries
• Interface through Java
• Surface manager – Handling UI Windows
• 2D and 3D graphics
• Media codecs, SQLite, Browser engine
Darshan Gohel
Android Runtime
• Dalvik VM
– Dex files
– Compact and efficient than class files
– Limited memory and battery power
• Core Libraries
– Java 5 Std edition
– Collections, I/O etc…
Darshan Gohel
Application Framework
• API interface
• Activity manager – manages application
life cycle.
Darshan Gohel
Applications
• Built in and user apps
• Can replace built in apps
Darshan Gohel
Course Objectives
• Mobile Application Development (MAD)
• Intro to Android platform
• Platform architecture
• Application building blocks
• Development tools
• Textbook: Hello, Android
Darshan Gohel
Application Building Blocks
• Activity
• IntentReceiver
• Service
• ContentProvider
Darshan Gohel
Activities
• Typically correspond to one UI screen
• But, they can:
– Be faceless
– Be in a floating window
– Return a value
Darshan Gohel
IntentReceivers
• Components that respond to broadcast
‘Intents’
• Way to respond to external notification or
alarms
• Apps can invent and broadcast their own
Intent
Darshan Gohel
Intents
• Think of Intents as a verb and object; a
description of what you want done
– E.g. VIEW, CALL, PLAY etc..
• System matches Intent with Activity that
can best provide the service
• Activities and IntentReceivers describe
what Intents they can service
Darshan Gohel
Intents
GMail
Contacts
Home
Blogger
Chat
Client component makes a
request for a specific
action
“Pick photo”
System picks best
component for that action
New components can use
existing functionality
Blogger
Photo
Gallery
Darshan Gohel
Services
• Faceless components that run in the
background
– E.g. music player, network download etc…
Darshan Gohel
ContentProviders
• Enables sharing of data across
applications
– E.g. address book, photo gallery
• Provides uniform APIs for:
– querying
– delete, update and insert.
• Content is represented by URI and MIME
type
Darshan Gohel
Course Objectives
• Mobile Application Development (MAD)
• Intro to Android platform
• Platform architecture
• Application building blocks
• Development tools
• Textbook: Hello, Android
Darshan Gohel
Development Tools
• Eclipse
• Android SDK 2.0 or higher
developer.android.com
Darshan Gohel
The Emulator
• QEMU-based ARM emulator
• Runs the same image as the
device
• Limitations:
– No Camera support
Darshan Gohel
Devices
Darshan Gohel
Hello World
• A great starting point:
http://developer.android.com/guide/tutorial
s/hello-world.html
• Generating UIs
– Views – building blocks
– E.g. TextView, EditText, Button
– Placed into Layouts
– E.g. LinearLayout, TableLayout,
AbsoluteLayout
Darshan Gohel
Application Lifecycle
• Application run in their own processes
(VM, PID)
• Processes are started and stopped as
needed to run an application's
components
• Processes may be killed to reclaim
resources
Darshan Gohel
Darshan Gohel
Lifecycle
• System
Process
GMail
Contacts
Home
• Home • Mail • Browser
• Map
Darshan Gohel
Location Manager
Darshan Gohel
XMPP Services
• Allows any app to send device-to-device
messages to other android users
• Data Messages are Intents with
name/value pairs
• Works with any gmail account…
• Can also build servers to deliver server-to-
device messages
Darshan Gohel
Notification Manager
Darshan Gohel
Notification Manager
• How background app interact with users
• Consistent notification presentation
Darshan Gohel
Views
Darshan Gohel
Views
Darshan Gohel
Location Manager
Darshan Gohel
Thank you
Darshan Gohel

More Related Content

PPT
Android application development
PDF
Bn1006 demo ppt devops
PPTX
PDF
[Final] best practices for access management (mule soft meetups riyadh) - j...
PPT
RedHat Linux
 
PDF
Tizen Overview and Architecture - Seokjae Jeong (Samsung) - Korea Linux Forum...
PDF
시스템 관리자를 위한 리눅스강의 1강 20130203
PPTX
Tizen operating system by srisailam
Android application development
Bn1006 demo ppt devops
[Final] best practices for access management (mule soft meetups riyadh) - j...
RedHat Linux
 
Tizen Overview and Architecture - Seokjae Jeong (Samsung) - Korea Linux Forum...
시스템 관리자를 위한 리눅스강의 1강 20130203
Tizen operating system by srisailam

What's hot (20)

PPTX
Tizen Operating System
PPTX
Deployment model Blue Green deployment
PPTX
Android Fish Game Development
ODP
4. linux file systems
PPTX
Android Operating System
PPTX
VLC Media Player
PDF
DevOps Powerpoint Presentation Slides
PDF
Switchdev - No More SDK
PPTX
Android ppt
PPTX
Android ppt
PDF
Introduction to Linux #1
PDF
Windows-Server-2022-Courseware.pdf......
PPTX
Tizen operating system seminar ppt
DOC
Windows 1.O
PPTX
Android ppt
PPTX
AWS DevOps vs Azure DevOps | | Difference AWS DevOps and Azure DevOps
PPTX
Android summer training report
PDF
Docker presentation | Paris Docker Meetup
PDF
Deployment Strategy PowerPoint Presentation Slides
Tizen Operating System
Deployment model Blue Green deployment
Android Fish Game Development
4. linux file systems
Android Operating System
VLC Media Player
DevOps Powerpoint Presentation Slides
Switchdev - No More SDK
Android ppt
Android ppt
Introduction to Linux #1
Windows-Server-2022-Courseware.pdf......
Tizen operating system seminar ppt
Windows 1.O
Android ppt
AWS DevOps vs Azure DevOps | | Difference AWS DevOps and Azure DevOps
Android summer training report
Docker presentation | Paris Docker Meetup
Deployment Strategy PowerPoint Presentation Slides
Ad

Similar to Android application development (20)

PPTX
Android Application Development GDSC DCE Darbhanga.pptx
PPTX
Android Application Development (1).pptx
PPT
Android Application Development (2).ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android application development
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android application development
PDF
Android Application Development.pdf
PPT
Android application development
PPTX
Android Application Development PPT.pptx
PPT
Android Training
PPT
Android app development
PPT
265.ppt
PPT
Synapse india reviews on android application
PPT
Introduction to android
PPT
Synapseindia android apps application development
Android Application Development GDSC DCE Darbhanga.pptx
Android Application Development (1).pptx
Android Application Development (2).ppt
Android Application Development.ppt
Android Application Development.ppt
Android Application Development.ppt
Android application development
Android Application Development.ppt
Android Application Development.ppt
Android Application Development.ppt
Android application development
Android Application Development.pdf
Android application development
Android Application Development PPT.pptx
Android Training
Android app development
265.ppt
Synapse india reviews on android application
Introduction to android
Synapseindia android apps application development
Ad

More from Darshan Gohel (8)

PPTX
Factors affecting Shelflife of food
PPTX
Drying and dehydration of fruit crops
PPTX
Soil mechanics
PPTX
Preservative releasers as food packaging
PPTX
Introduction to computer science
PPTX
Basics java programing
PPTX
ENGINEERING GRAPHICS-ED-FOR-BE/B.TECH-STUDENTS
PPTX
TRANSMISSION SYSTEM
Factors affecting Shelflife of food
Drying and dehydration of fruit crops
Soil mechanics
Preservative releasers as food packaging
Introduction to computer science
Basics java programing
ENGINEERING GRAPHICS-ED-FOR-BE/B.TECH-STUDENTS
TRANSMISSION SYSTEM

Recently uploaded (20)

PDF
Digital Logic Computer Design lecture notes
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
web development for engineering and engineering
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Sustainable Sites - Green Building Construction
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
Construction Project Organization Group 2.pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Internet of Things (IOT) - A guide to understanding
Digital Logic Computer Design lecture notes
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Arduino robotics embedded978-1-4302-3184-4.pdf
UNIT-1 - COAL BASED THERMAL POWER PLANTS
web development for engineering and engineering
bas. eng. economics group 4 presentation 1.pptx
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Mechanical Engineering MATERIALS Selection
Sustainable Sites - Green Building Construction
CH1 Production IntroductoryConcepts.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
Operating System & Kernel Study Guide-1 - converted.pdf
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Construction Project Organization Group 2.pptx
Foundation to blockchain - A guide to Blockchain Tech
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Internet of Things (IOT) - A guide to understanding

Android application development