SlideShare uma empresa Scribd logo
1 de 14
Baixar para ler offline
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

Mais conteĂșdo relacionado

Mais procurados

EEF : Sexy Properties, Wizards and Views - EclipseCon 11
EEF : Sexy Properties, Wizards and Views - EclipseCon 11EEF : Sexy Properties, Wizards and Views - EclipseCon 11
EEF : Sexy Properties, Wizards and Views - EclipseCon 11
Chauvin Mariot
 
Next Generation Automation in Ruckus Wireless
Next Generation Automation in Ruckus WirelessNext Generation Automation in Ruckus Wireless
Next Generation Automation in Ruckus Wireless
David Ko
 
Async CTP 3 Presentation for MUGH 2012
Async CTP 3 Presentation for MUGH 2012Async CTP 3 Presentation for MUGH 2012
Async CTP 3 Presentation for MUGH 2012
Sri Kanth
 
Using Async in your Mobile Apps - Marek Safar
Using Async in your Mobile Apps - Marek SafarUsing Async in your Mobile Apps - Marek Safar
Using Async in your Mobile Apps - Marek Safar
Xamarin
 

Mais procurados (20)

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

Destaque

concrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyoto
concrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyotoconcrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyoto
concrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyoto
Hishikawa Takuro
 
"От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт...
"От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт..."От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт...
"От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт...
Julia Lebedeva
 
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa RicaComparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
Brianna Stephenson-Vallot
 
Economic Development Update - Garrett County, MD (09.24.2013)
Economic Development Update - Garrett County, MD (09.24.2013)Economic Development Update - Garrett County, MD (09.24.2013)
Economic Development Update - Garrett County, MD (09.24.2013)
Kim Durst
 
KK's Tea Shop Photo Essay
KK's Tea Shop Photo EssayKK's Tea Shop Photo Essay
KK's Tea Shop Photo Essay
ISYGrade6
 
Tanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo EssayTanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo Essay
ISYGrade6
 
"ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage...
"ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage..."ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage...
"ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage...
Julia Lebedeva
 
ChingChing's Tea Shop Photo Essay
ChingChing's Tea Shop Photo EssayChingChing's Tea Shop Photo Essay
ChingChing's Tea Shop Photo Essay
ISYGrade6
 
Nd pharma & biotech demineralized bone matrix bilingual edition
Nd pharma & biotech demineralized bone matrix bilingual editionNd pharma & biotech demineralized bone matrix bilingual edition
Nd pharma & biotech demineralized bone matrix bilingual edition
ndpharmabiotech
 

Destaque (20)

Bridge Masuk Sekolah
Bridge Masuk SekolahBridge Masuk Sekolah
Bridge Masuk Sekolah
 
Sinterklaas
SinterklaasSinterklaas
Sinterklaas
 
L'aspetto sociale del p2p
L'aspetto sociale del p2pL'aspetto sociale del p2p
L'aspetto sociale del p2p
 
concrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyoto
concrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyotoconcrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyoto
concrete5 æœ€æ–°ăƒăƒŒă‚žăƒ§ăƒłăšć›œć†…ă‚łăƒŸăƒ„ăƒ‹ăƒ†ă‚ŁæŽ»ć‹•ăźçŽč介 OSC2012Kyoto
 
"От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт...
"От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт..."От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт...
"От ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹Ń… сĐșачоĐČĐ°Đ”ĐŒŃ‹Ń… огр Đș ĐŒĐŸĐ±ĐžĐ»ŃŒĐœŃ‹ĐŒ ŃĐŸŃ†ĐžĐ°Đ»ĐșĐ°ĐŒ" ĐźĐ»ĐžŃ ĐŸĐ°Đ»Đ°Ń‚ĐŸĐČсĐșая, ЎОрДĐșт...
 
ć…‰é€Ÿăƒ†ăƒŒăƒžé–‹ç™șぼコツ
ć…‰é€Ÿăƒ†ăƒŒăƒžé–‹ç™șăźă‚łăƒ„ć…‰é€Ÿăƒ†ăƒŒăƒžé–‹ç™șぼコツ
ć…‰é€Ÿăƒ†ăƒŒăƒžé–‹ç™șぼコツ
 
entrepreneurship-pustakawan-sebuah-passion-mewujudkan-prestasi
entrepreneurship-pustakawan-sebuah-passion-mewujudkan-prestasientrepreneurship-pustakawan-sebuah-passion-mewujudkan-prestasi
entrepreneurship-pustakawan-sebuah-passion-mewujudkan-prestasi
 
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa RicaComparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
 
Economic Development Update - Garrett County, MD (09.24.2013)
Economic Development Update - Garrett County, MD (09.24.2013)Economic Development Update - Garrett County, MD (09.24.2013)
Economic Development Update - Garrett County, MD (09.24.2013)
 
Giuseppe Onufrio
Giuseppe OnufrioGiuseppe Onufrio
Giuseppe Onufrio
 
O ocole de sabarĂ­s
O ocole de sabarĂ­sO ocole de sabarĂ­s
O ocole de sabarĂ­s
 
KK's Tea Shop Photo Essay
KK's Tea Shop Photo EssayKK's Tea Shop Photo Essay
KK's Tea Shop Photo Essay
 
concrete5 最新äș‹æƒ… 2015
concrete5 最新äș‹æƒ… 2015concrete5 最新äș‹æƒ… 2015
concrete5 最新äș‹æƒ… 2015
 
1 distance education
1 distance education1 distance education
1 distance education
 
Tanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo EssayTanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo Essay
 
"ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage...
"ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage..."ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage...
"ĐŸŃ€ĐŸĐŽĐČĐžĐłĐ°ĐžÌ†Ń‚Đ” ĐžĐłŃ€ĐŸĐČŃ‹Đ” ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ с Google", ĐĄĐ°ĐœĐŽĐ¶Đ°Ń€ Đ˜ŃĐŒĐ°ĐžĐ»ĐŸĐČ, Infudtry Manage...
 
ChingChing's Tea Shop Photo Essay
ChingChing's Tea Shop Photo EssayChingChing's Tea Shop Photo Essay
ChingChing's Tea Shop Photo Essay
 
Nd pharma & biotech demineralized bone matrix bilingual edition
Nd pharma & biotech demineralized bone matrix bilingual editionNd pharma & biotech demineralized bone matrix bilingual edition
Nd pharma & biotech demineralized bone matrix bilingual edition
 
Marco Fanti
Marco FantiMarco Fanti
Marco Fanti
 
Tokyo Train Trip (Green Trip) As of 24Nov10
Tokyo Train Trip (Green Trip) As of 24Nov10Tokyo Train Trip (Green Trip) As of 24Nov10
Tokyo Train Trip (Green Trip) As of 24Nov10
 

Semelhante a Android Services Skill Sprint

Srikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latestSrikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latest
Srikanth Pilli
 
Mobile and IBM Worklight Best Practices
Mobile and IBM Worklight Best PracticesMobile and IBM Worklight Best Practices
Mobile and IBM Worklight Best Practices
Andrew Ferrier
 

Semelhante a Android Services Skill Sprint (20)

Building Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst PlatformBuilding Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst Platform
 
Advanced Strategies for Testing Responsive Web
Advanced Strategies for Testing Responsive WebAdvanced Strategies for Testing Responsive Web
Advanced Strategies for Testing Responsive Web
 
What is cool with Domino V10, Proton and Node.JS, and why would I use it in ...
What is cool with Domino V10, Proton and Node.JS, and why would I use it in ...What is cool with Domino V10, Proton and Node.JS, and why would I use it in ...
What is cool with Domino V10, Proton and Node.JS, and why would I use it in ...
 
How we scale up our architecture and organization at Dailymotion
How we scale up our architecture and organization at DailymotionHow we scale up our architecture and organization at Dailymotion
How we scale up our architecture and organization at Dailymotion
 
INF104 - HCL Domino AppDev Pack – The Future of Domino App Dev Nobody Knows A...
INF104 - HCL Domino AppDev Pack – The Future of Domino App Dev Nobody Knows A...INF104 - HCL Domino AppDev Pack – The Future of Domino App Dev Nobody Knows A...
INF104 - HCL Domino AppDev Pack – The Future of Domino App Dev Nobody Knows A...
 
Android a brief intro
Android a brief introAndroid a brief intro
Android a brief intro
 
JAX 2014 - The PaaS to a better IT architecture.
JAX 2014 - The PaaS to a better IT architecture.JAX 2014 - The PaaS to a better IT architecture.
JAX 2014 - The PaaS to a better IT architecture.
 
Modern Web-site Development Pipeline
Modern Web-site Development PipelineModern Web-site Development Pipeline
Modern Web-site Development Pipeline
 
Webinar on How to use MyAppConverter
Webinar on How to use  MyAppConverterWebinar on How to use  MyAppConverter
Webinar on How to use MyAppConverter
 
Docker & aPaaS: Enterprise Innovation and Trends for 2015
Docker & aPaaS: Enterprise Innovation and Trends for 2015Docker & aPaaS: Enterprise Innovation and Trends for 2015
Docker & aPaaS: Enterprise Innovation and Trends for 2015
 
Cloud-Native .Net des applications containerisées .Net sur Linux, Windows e...
 Cloud-Native .Net des applications containerisées .Net sur Linux, Windows e... Cloud-Native .Net des applications containerisées .Net sur Linux, Windows e...
Cloud-Native .Net des applications containerisées .Net sur Linux, Windows e...
 
DEV117 - Unleash the Power of the AppDev Pack and Node.js in Domino
DEV117 - Unleash the Power of the AppDev Pack and Node.js in DominoDEV117 - Unleash the Power of the AppDev Pack and Node.js in Domino
DEV117 - Unleash the Power of the AppDev Pack and Node.js in Domino
 
Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...
 
Angular (v2 and up) - Morning to understand - Linagora
Angular (v2 and up) - Morning to understand - LinagoraAngular (v2 and up) - Morning to understand - Linagora
Angular (v2 and up) - Morning to understand - Linagora
 
An Introduction to the Model-View-Controller Pattern
An Introduction to the Model-View-Controller PatternAn Introduction to the Model-View-Controller Pattern
An Introduction to the Model-View-Controller Pattern
 
Srikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latestSrikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latest
 
IBM BlueMix Presentation - Paris Meetup 17th Sept. 2014
IBM BlueMix Presentation - Paris Meetup 17th Sept. 2014IBM BlueMix Presentation - Paris Meetup 17th Sept. 2014
IBM BlueMix Presentation - Paris Meetup 17th Sept. 2014
 
Mobile and IBM Worklight Best Practices
Mobile and IBM Worklight Best PracticesMobile and IBM Worklight Best Practices
Mobile and IBM Worklight Best Practices
 
JCON_15FactorWorkshop.pptx
JCON_15FactorWorkshop.pptxJCON_15FactorWorkshop.pptx
JCON_15FactorWorkshop.pptx
 
Tampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerTampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday Docker
 

Mais de Jim McKeeth

Mais de Jim McKeeth (14)

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

Último

Último (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

Android Services Skill Sprint