Work in Offline First Apps – Sync Datasources with WorkManager.pptx

Work in OfflineFirst Apps – Sync
Data Sources with WorkManager
Musyoka Muasya
@__ciox__
Work Manager
• Recommended for persistent work
• Persistent – Scheduled under app restarts & reboots
• Simple consistent API for background processing
• Send data to backend
• Sync app data with backend
• Built-in threading Coroutines & RxJava
• Delegates process to an internally managed SQLite DB
• Complete closed loop control system
Closed Loop Control System
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Code
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Inputs R(s)
• LocalDatasource
• RemoteDatasource
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Controller
Work Request Types
• Immediate <10mins
• Long Running >10
• Deferrable - Later
Work Policy
• Replace
• Keep
• Append
• Append or
Replace
Constraints
• Network
• Power
• Storage
• Idle
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Feedback
• Notification
• Process Result
• Monitor Progress,
etc
Initialization
Remove App Startup Already
Built In Work Manager
Ref: Customize
WorkManager with
AppStartup & Hilt by Divyansh
Saraswat
Testing
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Work in Offline First Apps – Sync Datasources with WorkManager.pptx
Optimization
Transfer function
𝑇. 𝐹. =
𝑂𝑢𝑡𝑝𝑢𝑡 𝐶 𝑠
𝐼𝑛𝑝𝑢𝑡 𝑅 𝑠
Linear-time invariant for TF
𝐶(𝑠)
𝑅(𝑠)
=
𝑏𝑚𝑠𝑚
+ 𝑏𝑚−1𝑠𝑚−1
+ ⋯ + 𝑏1𝑠 + 𝑏0
𝑎𝑛𝑠𝑛 + 𝑎𝑚−1𝑠𝑛−1 + ⋯ + 𝑎1𝑠 + 𝑎0
Break into Partial Fraction => 2nd order ODE
Solution to the D.E
𝐶(𝑠)
𝑅(𝑠)
=
𝜔𝑛
2
𝑠2 + 2𝜉𝜔𝑛 + 𝜔𝑛
2
𝑠1, 𝑠2 = −𝜉𝜔𝑛 ± 𝑗𝜔𝑛 1 − 𝜉2
System damping
Undamped - 𝜉 = 𝑂
Underdamped - 𝜉 < 1
Critically Damped - 𝜉 = 1
Overdamped - 𝜉 > 1
Thank You
1 de 26

Recomendados

WinOps Conf 2016 - Michael Greene - Release Pipelines por
WinOps Conf 2016 - Michael Greene - Release PipelinesWinOps Conf 2016 - Michael Greene - Release Pipelines
WinOps Conf 2016 - Michael Greene - Release PipelinesWinOps Conf
1.2K visualizações45 slides
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta... por
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...AboutYouGmbH
670 visualizações27 slides
A data layer in clojure por
A data layer in clojureA data layer in clojure
A data layer in clojureSimon Belak
1K visualizações33 slides
Seamless database migration case study - from Firebase real-time database to ... por
Seamless database migration case study - from Firebase real-time database to ...Seamless database migration case study - from Firebase real-time database to ...
Seamless database migration case study - from Firebase real-time database to ...Pin-Ying Tu
77 visualizações24 slides
PostgreSQL and Benchmarks por
PostgreSQL and BenchmarksPostgreSQL and Benchmarks
PostgreSQL and BenchmarksJignesh Shah
5.3K visualizações38 slides
Sql azure cluster dashboard public.ppt por
Sql azure cluster dashboard public.pptSql azure cluster dashboard public.ppt
Sql azure cluster dashboard public.pptQingsong Yao
688 visualizações25 slides

Mais conteúdo relacionado

Similar a Work in Offline First Apps – Sync Datasources with WorkManager.pptx

Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And... por
Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And...Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And...
Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And...Lightbend
23K visualizações31 slides
Intro to Apache Apex - Next Gen Platform for Ingest and Transform por
Intro to Apache Apex - Next Gen Platform for Ingest and TransformIntro to Apache Apex - Next Gen Platform for Ingest and Transform
Intro to Apache Apex - Next Gen Platform for Ingest and TransformApache Apex
1.2K visualizações30 slides
Database Fundamental Concepts- Series 1 - Performance Analysis por
Database Fundamental Concepts- Series 1 - Performance AnalysisDatabase Fundamental Concepts- Series 1 - Performance Analysis
Database Fundamental Concepts- Series 1 - Performance AnalysisDAGEOP LTD
546 visualizações57 slides
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ... por
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...Dataconomy Media
1.2K visualizações23 slides
Big Data Berlin v8.0 Stream Processing with Apache Apex por
Big Data Berlin v8.0 Stream Processing with Apache Apex Big Data Berlin v8.0 Stream Processing with Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex Apache Apex
1.1K visualizações23 slides
Building a Sustainable Data Platform on AWS por
Building a Sustainable Data Platform on AWSBuilding a Sustainable Data Platform on AWS
Building a Sustainable Data Platform on AWSSmartNews, Inc.
19.3K visualizações81 slides

Similar a Work in Offline First Apps – Sync Datasources with WorkManager.pptx(20)

Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And... por Lightbend
Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And...Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And...
Lessons Learned From PayPal: Implementing Back-Pressure With Akka Streams And...
Lightbend23K visualizações
Intro to Apache Apex - Next Gen Platform for Ingest and Transform por Apache Apex
Intro to Apache Apex - Next Gen Platform for Ingest and TransformIntro to Apache Apex - Next Gen Platform for Ingest and Transform
Intro to Apache Apex - Next Gen Platform for Ingest and Transform
Apache Apex1.2K visualizações
Database Fundamental Concepts- Series 1 - Performance Analysis por DAGEOP LTD
Database Fundamental Concepts- Series 1 - Performance AnalysisDatabase Fundamental Concepts- Series 1 - Performance Analysis
Database Fundamental Concepts- Series 1 - Performance Analysis
DAGEOP LTD546 visualizações
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ... por Dataconomy Media
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Dataconomy Media1.2K visualizações
Big Data Berlin v8.0 Stream Processing with Apache Apex por Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex Big Data Berlin v8.0 Stream Processing with Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex
Apache Apex1.1K visualizações
Building a Sustainable Data Platform on AWS por SmartNews, Inc.
Building a Sustainable Data Platform on AWSBuilding a Sustainable Data Platform on AWS
Building a Sustainable Data Platform on AWS
SmartNews, Inc.19.3K visualizações
Azure saturday pn 2018 por Marco Pozzan
Azure saturday pn 2018Azure saturday pn 2018
Azure saturday pn 2018
Marco Pozzan122 visualizações
El camino a las Cloud Native Apps - Introduction por Plain Concepts
El camino a las Cloud Native Apps - IntroductionEl camino a las Cloud Native Apps - Introduction
El camino a las Cloud Native Apps - Introduction
Plain Concepts153 visualizações
Hadoop Summit SJ 2016: Next Gen Big Data Analytics with Apache Apex por Apache Apex
Hadoop Summit SJ 2016: Next Gen Big Data Analytics with Apache ApexHadoop Summit SJ 2016: Next Gen Big Data Analytics with Apache Apex
Hadoop Summit SJ 2016: Next Gen Big Data Analytics with Apache Apex
Apache Apex4K visualizações
ESPC18 Copenhagen session : Energize your application developments with micro... por serge luca
ESPC18 Copenhagen session : Energize your application developments with micro...ESPC18 Copenhagen session : Energize your application developments with micro...
ESPC18 Copenhagen session : Energize your application developments with micro...
serge luca331 visualizações
Hadoop Migration from 0.20.2 to 2.0 por Jabir Ahmed
Hadoop Migration from 0.20.2 to 2.0Hadoop Migration from 0.20.2 to 2.0
Hadoop Migration from 0.20.2 to 2.0
Jabir Ahmed960 visualizações
Oracle Database Performance Tuning Basics por nitin anjankar
Oracle Database Performance Tuning BasicsOracle Database Performance Tuning Basics
Oracle Database Performance Tuning Basics
nitin anjankar1.6K visualizações
Bringing DevOps to Routing with evolved XR: an overview por Cisco DevNet
Bringing DevOps to Routing with evolved XR: an overviewBringing DevOps to Routing with evolved XR: an overview
Bringing DevOps to Routing with evolved XR: an overview
Cisco DevNet490 visualizações
ClickHouse in Real Life. Case Studies and Best Practices, by Alexander Zaitsev por Altinity Ltd
ClickHouse in Real Life. Case Studies and Best Practices, by Alexander ZaitsevClickHouse in Real Life. Case Studies and Best Practices, by Alexander Zaitsev
ClickHouse in Real Life. Case Studies and Best Practices, by Alexander Zaitsev
Altinity Ltd3.8K visualizações
Journey and evolution of Presto@Grab por Shubham Tagra
Journey and evolution of Presto@GrabJourney and evolution of Presto@Grab
Journey and evolution of Presto@Grab
Shubham Tagra213 visualizações
Introduction to Apache Apex by Thomas Weise por Big Data Spain
Introduction to Apache Apex by Thomas WeiseIntroduction to Apache Apex by Thomas Weise
Introduction to Apache Apex by Thomas Weise
Big Data Spain662 visualizações
Stateful Interaction In Serverless Architecture With Redis: Pyounguk Cho por Redis Labs
Stateful Interaction In Serverless Architecture With Redis: Pyounguk ChoStateful Interaction In Serverless Architecture With Redis: Pyounguk Cho
Stateful Interaction In Serverless Architecture With Redis: Pyounguk Cho
Redis Labs456 visualizações

Último

Literature review and Case study on Commercial Complex in Nepal, Durbar mall,... por
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...AakashShakya12
72 visualizações115 slides
fakenews_DBDA_Mar23.pptx por
fakenews_DBDA_Mar23.pptxfakenews_DBDA_Mar23.pptx
fakenews_DBDA_Mar23.pptxdeepmitra8
14 visualizações34 slides
sam_software_eng_cv.pdf por
sam_software_eng_cv.pdfsam_software_eng_cv.pdf
sam_software_eng_cv.pdfsammyigbinovia
5 visualizações5 slides
Introduction to CAD-CAM.pptx por
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptxsuyogpatil49
5 visualizações15 slides
Proposal Presentation.pptx por
Proposal Presentation.pptxProposal Presentation.pptx
Proposal Presentation.pptxkeytonallamon
29 visualizações36 slides
MK__Cert.pdf por
MK__Cert.pdfMK__Cert.pdf
MK__Cert.pdfHassan Khan
10 visualizações1 slide

Último(20)

Literature review and Case study on Commercial Complex in Nepal, Durbar mall,... por AakashShakya12
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
AakashShakya1272 visualizações
fakenews_DBDA_Mar23.pptx por deepmitra8
fakenews_DBDA_Mar23.pptxfakenews_DBDA_Mar23.pptx
fakenews_DBDA_Mar23.pptx
deepmitra814 visualizações
sam_software_eng_cv.pdf por sammyigbinovia
sam_software_eng_cv.pdfsam_software_eng_cv.pdf
sam_software_eng_cv.pdf
sammyigbinovia5 visualizações
Introduction to CAD-CAM.pptx por suyogpatil49
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptx
suyogpatil495 visualizações
Proposal Presentation.pptx por keytonallamon
Proposal Presentation.pptxProposal Presentation.pptx
Proposal Presentation.pptx
keytonallamon29 visualizações
MK__Cert.pdf por Hassan Khan
MK__Cert.pdfMK__Cert.pdf
MK__Cert.pdf
Hassan Khan10 visualizações
Saikat Chakraborty Java Oracle Certificate.pdf por SaikatChakraborty787148
Saikat Chakraborty Java Oracle Certificate.pdfSaikat Chakraborty Java Oracle Certificate.pdf
Saikat Chakraborty Java Oracle Certificate.pdf
SaikatChakraborty78714815 visualizações
NEW SUPPLIERS SUPPLIES (copie).pdf por georgesradjou
NEW SUPPLIERS SUPPLIES (copie).pdfNEW SUPPLIERS SUPPLIES (copie).pdf
NEW SUPPLIERS SUPPLIES (copie).pdf
georgesradjou15 visualizações
Machine Element II Course outline.pdf por odatadese1
Machine Element II Course outline.pdfMachine Element II Course outline.pdf
Machine Element II Course outline.pdf
odatadese19 visualizações
What is Unit Testing por Sadaaki Emura
What is Unit TestingWhat is Unit Testing
What is Unit Testing
Sadaaki Emura23 visualizações
Design of machine elements-UNIT 3.pptx por gopinathcreddy
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptx
gopinathcreddy32 visualizações
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L... por Anowar Hossain
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...
Anowar Hossain13 visualizações
Codes and Conventions.pptx por IsabellaGraceAnkers
Codes and Conventions.pptxCodes and Conventions.pptx
Codes and Conventions.pptx
IsabellaGraceAnkers8 visualizações
Update 42 models(Diode/General ) in SPICE PARK(DEC2023) por Tsuyoshi Horigome
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Tsuyoshi Horigome28 visualizações
MSA Website Slideshow (16).pdf por msaucla
MSA Website Slideshow (16).pdfMSA Website Slideshow (16).pdf
MSA Website Slideshow (16).pdf
msaucla68 visualizações
Instrumentation & Control Lab Manual.pdf por NTU Faisalabad
Instrumentation & Control Lab Manual.pdfInstrumentation & Control Lab Manual.pdf
Instrumentation & Control Lab Manual.pdf
NTU Faisalabad 5 visualizações
Control Systems Feedback.pdf por LGGaming5
Control Systems Feedback.pdfControl Systems Feedback.pdf
Control Systems Feedback.pdf
LGGaming56 visualizações
Effect of deep chemical mixing columns on properties of surrounding soft clay... por AltinKaradagli
Effect of deep chemical mixing columns on properties of surrounding soft clay...Effect of deep chemical mixing columns on properties of surrounding soft clay...
Effect of deep chemical mixing columns on properties of surrounding soft clay...
AltinKaradagli6 visualizações

Work in Offline First Apps – Sync Datasources with WorkManager.pptx

Notas do Editor

  1. Laplace transform