SlideShare a Scribd company logo
embt.co/sprint-android-servicesBlog	Notes:
Android Services
for Background Execution
Developer Skill Sprint
Tips, Tricks and Techniques
The Ultimate Application Development platform for
Widows 10, Mac, Mobile and IoT
Jim McKeeth
Developer Evangelist / Engineer
Embarcadero Technologies
Jim.McKeeth@Embarcadero.com
Nov	10th,	2015
@JimMcKeeth
embt.co/sprint-android-servicesBlog	Notes:
This Skill Sprint Works with . . .
• Windows
• OS X
• Android
• iOS
• RAD Studio
• Appmethod
• Object Pascal
• C++
• RAD Studio 10 Seattle DocWiki
– http://docwiki.embarcadero.com/RADStudio/Seattle/en/
• Appmethod Summer 2015 Release DocWiki
– http://docwiki.appmethod.com/appmethod/1.17/topics/en/
• Appmethod supports the FireMonkey
framework on all four platforms while RAD
Studio, Delphi and C++Builder also support
VCL on Windows. Contact sales with any
questions!
embt.co/sprint-android-servicesBlog	Notes:
Agenda
• What are Android Services
• Services vs. Threads
• Types of Services
• Android Service Wizard
• Demonstrations
• More Information
embt.co/sprint-android-servicesBlog	Notes:
Why Android Services?
• Provide background functionality
• Can run even when app is closed
• Can start on boot or on other events
• Can be accessible by multiple apps
• Can contain multiple threads
embt.co/sprint-android-servicesBlog	Notes:
Android Services vs. Threads
Android Services
• Cannot access the UI
• Runs in main thread of
host app process
• Can contain multiple
threads
• Used for long running
processes
Threads
• Cannot access the UI
• Not accessible to other
apps
• Terminated with app
• Used to improve
responsiveness
embt.co/sprint-android-servicesBlog	Notes:
Android Service Type Variations
• IntentService
– Handle asynchronous requests (onHandleIntent(Intent) event)
– Otherwise are syncronous (onStartCommand(Intent) event)
– Both are Bindable (onBind event)
• Local vs. Remote
– Local only accessible by host (exported = false in manifest)
– Remote cross app access (exported = true in manifest)
embt.co/sprint-android-servicesBlog	Notes:
Android Service Wizard
• Local Service
– Synchronous local access
• Intent Local Service
– Asynchronous local access
• Remote Service
– Synchronous local & remote access
• Intent Remote Service
– Asynchronous local & remote access
embt.co/sprint-android-servicesBlog	Notes:
Demonstration
Download	a	free	trial!
embt.co/trialdownloads
embt.co/sprint-android-servicesBlog	Notes:
Restrictions for Services
• Cannot Access UI
• Not use components from the FMX namespace
• Be aware of power consumption
– Using a lot of CPU
– Using network connection
• Respect users expectations and privacy
embt.co/sprint-android-servicesBlog	Notes:
Service Workarounds
• Use RTL or low-level calls instead of FMX
components. If the service fails when started, use a
lower level call.
• Manually edit manifest to make remote services
published.
• Manually edit Java Templates for Intent and
Remote Services (See http://delphi.org/?p=2084)
embt.co/sprint-android-servicesBlog	Notes:
Learning Resources
• DocWiki
– http://docwiki.embarcadero.com/RADStudio/Seattle/en/Android_Service
– http://docwiki.embarcadero.com/RADStudio/Seattle/en/Creating_Android_Services
• CodeRage X – Android Services on YouTube
– http://embt.co/crx-android-services
• Blog Posts
– http://delphi.org/tag/android-services/
– http://community.embarcadero.com/blogs/entry/download-an-image-in-background-
with-android-services
Download	a	free	trial!
embt.co/trialdownloads
embt.co/sprint-android-servicesBlog	Notes:
Next Time . . .
GPU Computing with OpenCL
See the full schedule and replays at embt.co/Sprints15
• Tuesday, the 17th of November, 2014
– 6AM San Francisco / 9AM New York / 2PM London / 3PM Milan
– 11AM San Francisco / 2PM New York / 7PM London / 8PM Milan
– 5PM San Francisco / Wed 10AM Tokyo / Wed 12PM Sydney
(Based on San Francisco time. Verify your local time are correct: http://embt.co/nov17thtimes)
Download	a	free	trial!
embt.co/trialdownloads
embt.co/sprint-android-servicesBlog	Notes:
See the special offers
embt.co/try-rad-studio
embt.co/sprint-android-servicesBlog	Notes:
Q&A
Developer Skill Sprint
Tips, Tricks and Techniques
The Ultimate Application Development platform for
Widows 10, Mac, Mobile and IoT
Jim McKeeth
Developer Evangelist / Engineer
Embarcadero Technologies
Jim.McKeeth@Embarcadero.com
November	10th,	2015
@JimMcKeeth
Thank-You!
Download	a	free	trial!
embt.co/trialdownloads

More Related Content

PDF
Deep Dive into Futures and the Parallel Programming Library
PDF
Creating Android Services with Delphi and RAD Studio 10 Seattle
PDF
To Protect & To Serve
PDF
Angular Libraries & NPM
PDF
Event Machine
PDF
Android clean architecture workshop 3h edition
PPTX
Why I am hooked on the future of React
KEY
Event machine
Deep Dive into Futures and the Parallel Programming Library
Creating Android Services with Delphi and RAD Studio 10 Seattle
To Protect & To Serve
Angular Libraries & NPM
Event Machine
Android clean architecture workshop 3h edition
Why I am hooked on the future of React
Event machine

What's hot (20)

PDF
Clean architecture workshop
PDF
Hidden Dragons of CGO
PDF
EEF : Sexy Properties, Wizards and Views - EclipseCon 11
PDF
Do you really want to go fully micro?
PDF
iOS advanced architecture workshop 3h edition
PPTX
Patterns in JavaScript
PDF
Next Generation Automation in Ruckus Wireless
PDF
An intuitive guide to combining free monad and free applicative
PPTX
Rtf v2 ingress muleSoft meetup self managed kubernetes
PPTX
C# Async on iOS and Android - Miguel de Icaza, CTO of Xamarin
PPTX
Async CTP 3 Presentation for MUGH 2012
PPT
C# Async on iOS and Android - Craig Dunn, Developer Evangelist at Xamarin
PDF
Async Await for Mobile Apps
PDF
Brief introduction to Angular 2.0 & 4.0
PPTX
9th Manila MuleSoft Meetup July 2021
PDF
Android development at mercari 2015
PDF
Jenkins & Hipchat integration
PDF
Using Async in your Mobile Apps - Marek Safar
PDF
API Design in the Modern Era - Architecture Next 2020
PPTX
SignalR with asp.net
Clean architecture workshop
Hidden Dragons of CGO
EEF : Sexy Properties, Wizards and Views - EclipseCon 11
Do you really want to go fully micro?
iOS advanced architecture workshop 3h edition
Patterns in JavaScript
Next Generation Automation in Ruckus Wireless
An intuitive guide to combining free monad and free applicative
Rtf v2 ingress muleSoft meetup self managed kubernetes
C# Async on iOS and Android - Miguel de Icaza, CTO of Xamarin
Async CTP 3 Presentation for MUGH 2012
C# Async on iOS and Android - Craig Dunn, Developer Evangelist at Xamarin
Async Await for Mobile Apps
Brief introduction to Angular 2.0 & 4.0
9th Manila MuleSoft Meetup July 2021
Android development at mercari 2015
Jenkins & Hipchat integration
Using Async in your Mobile Apps - Marek Safar
API Design in the Modern Era - Architecture Next 2020
SignalR with asp.net
Ad

Viewers also liked (20)

PPT
Bridge Masuk Sekolah
PPT
Sinterklaas
PPT
L'aspetto sociale del p2p
PDF
concrete5 最新バージョンと国内コミュニティ活動の紹介 OSC2012Kyoto
PDF
"От мобильных скачиваемых игр к мобильным социалкам" Юлия Палатовская, директ...
PDF
光速テーマ開発のコツ
PDF
entrepreneurship-pustakawan-sebuah-passion-mewujudkan-prestasi
PPTX
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
PDF
Economic Development Update - Garrett County, MD (09.24.2013)
PPT
O ocole de sabarís
PPT
KK's Tea Shop Photo Essay
PDF
concrete5 最新事情 2015
PPT
1 distance education
PPT
Tanach's Tea Shop Photo Essay
PDF
"Продвигайте игровые приложения с Google", Санджар Исмаилов, Infudtry Manage...
PPT
ChingChing's Tea Shop Photo Essay
PDF
Nd pharma & biotech demineralized bone matrix bilingual edition
PPT
Tokyo Train Trip (Green Trip) As of 24Nov10
Bridge Masuk Sekolah
Sinterklaas
L'aspetto sociale del p2p
concrete5 最新バージョンと国内コミュニティ活動の紹介 OSC2012Kyoto
"От мобильных скачиваемых игр к мобильным социалкам" Юлия Палатовская, директ...
光速テーマ開発のコツ
entrepreneurship-pustakawan-sebuah-passion-mewujudkan-prestasi
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
Economic Development Update - Garrett County, MD (09.24.2013)
O ocole de sabarís
KK's Tea Shop Photo Essay
concrete5 最新事情 2015
1 distance education
Tanach's Tea Shop Photo Essay
"Продвигайте игровые приложения с Google", Санджар Исмаилов, Infudtry Manage...
ChingChing's Tea Shop Photo Essay
Nd pharma & biotech demineralized bone matrix bilingual edition
Tokyo Train Trip (Green Trip) As of 24Nov10
Ad

Similar to Android Services Skill Sprint (20)

PDF
Android101
PPTX
Services I.pptx
PDF
INTRODUCTION TO FORMS OF SERVICES AND ITS LIFE CYCLE
PDF
Android service
PPTX
Android service, aidl - day 1
PDF
CHAPTER 3 mad.pdf
PPTX
Andriod Lecture 8 A.pptx
PDF
Embedded Android : System Development - Part IV (Android System Services)
PPTX
Fundamentals & Services
PDF
Understanding the Android System Server
PPTX
Android Training (Services)
PPTX
Day 15: Working in Background
PPTX
Mono for android
PPTX
Android services & lifecycle: How to implement it in the android application
PDF
Android Basics
PDF
Presenter manual android development (specially for summer interns)
PPTX
mobile development with androiddfdgdfhdgfdhf.pptx
PDF
04 programmation mobile - android - (db, receivers, services...)
PDF
Android - Background operation
PPTX
Android Services
Android101
Services I.pptx
INTRODUCTION TO FORMS OF SERVICES AND ITS LIFE CYCLE
Android service
Android service, aidl - day 1
CHAPTER 3 mad.pdf
Andriod Lecture 8 A.pptx
Embedded Android : System Development - Part IV (Android System Services)
Fundamentals & Services
Understanding the Android System Server
Android Training (Services)
Day 15: Working in Background
Mono for android
Android services & lifecycle: How to implement it in the android application
Android Basics
Presenter manual android development (specially for summer interns)
mobile development with androiddfdgdfhdgfdhf.pptx
04 programmation mobile - android - (db, receivers, services...)
Android - Background operation
Android Services

More from Jim McKeeth (15)

PDF
Memory Safety with Delphi - Jim McKeeth - Webinar June 2024
PDF
Announcing Codolex 2.0 from GDK Software
PDF
Smart Contracts - The Blockchain Beyond Bitcoin
PDF
Rapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
PDF
Day 3 of C++ Boot Camp - C++11 Language Deep Dive
PDF
Day 5 of C++ Boot Camp - Stepping Up to Mobile
PDF
Building a Thought Controlled Drone
PDF
Embarcadero's Connected Development
PDF
The Internet of Things and You - A Developers Guide to IoT
PDF
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
PDF
Android voice skill sprint
PDF
Exploring the Brain Computer Interface
PDF
Introduction to Android Development with Java
PDF
Hacking iBooks and ePub3 with JavaScript!
PDF
Inventing merit badge
Memory Safety with Delphi - Jim McKeeth - Webinar June 2024
Announcing Codolex 2.0 from GDK Software
Smart Contracts - The Blockchain Beyond Bitcoin
Rapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
Day 3 of C++ Boot Camp - C++11 Language Deep Dive
Day 5 of C++ Boot Camp - Stepping Up to Mobile
Building a Thought Controlled Drone
Embarcadero's Connected Development
The Internet of Things and You - A Developers Guide to IoT
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
Android voice skill sprint
Exploring the Brain Computer Interface
Introduction to Android Development with Java
Hacking iBooks and ePub3 with JavaScript!
Inventing merit badge

Recently uploaded (20)

PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Empathic Computing: Creating Shared Understanding
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Approach and Philosophy of On baking technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
NewMind AI Weekly Chronicles - August'25 Week I
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Encapsulation_ Review paper, used for researhc scholars
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.
sap open course for s4hana steps from ECC to s4
Big Data Technologies - Introduction.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Empathic Computing: Creating Shared Understanding
Mobile App Security Testing_ A Comprehensive Guide.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Review of recent advances in non-invasive hemoglobin estimation
Approach and Philosophy of On baking technology
Network Security Unit 5.pdf for BCA BBA.
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
The AUB Centre for AI in Media Proposal.docx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
NewMind AI Weekly Chronicles - August'25 Week I

Android Services Skill Sprint