SlideShare a Scribd company logo
反應式編程起⼿手式-多執⾏行行緒的逆襲
Android Developer - PicCollage
Prada
Why we need Thread?
https://en.wikipedia.org/wiki/Thread_(computing)
UI Heavy World
If you do it wrong.
System will kill you
Requirements of
Background Task
https://www.youtube.com/watch?v=IrKoBFLwTN0
Threading Problems
report the upload progress to UI
Threading Problems
Threads has dependency relationship
Threading Problems
Map-Reduce
Solution from Google -
AsyncTask
Solution from Google -
Handler/Looper
Solution from Java
import java.util.concurrent.*
https://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice
BlockingQueue
Future<T>
Callable<T>
ThreadPoolExecutor
ConcurrentHashMap<K,V>
CountDownLatch
Solutions from Google
Deferred-Promise Pattern
Bolts-Framework / jDeferred
https://github.com/jdeferred/jdeferred
https://github.com/BoltsFramework
We want more!
https://youtu.be/XLH2v9deew0?t=4m51s
Asynchronous Ideas
1. Explicit execution
2. Easy thread management
3. Easily transformable
4. As few side effect as possible
5. Cancelation
6. Traffic Control
Explicit Execution
Handler RxJava
Easy Thread Management
AsyncTask
How many background threads for uploading photos?
RxJava
Easily transformable
AsyncTask RxJava
As few side effect as possible
<- local storage operation
<- networking operation
As few side effect as possible
AsyncTask RxJava
Cancelation
https://developer.android.com/reference/android/os/AsyncTask.html#cancel(boolean)
Thread
AsyncTask
Cancelation
Traffic Control
Normal Case
Traffic Control
Worst Case
Traffic Control
How to implement it in Java with Threads?
https://www.geeksforgeeks.org/producer-consumer-solution-using-threads-java/
Traffic Control in RxJava2
Take away
RxJava
Android Framework
Code
Complexity
RxJava
Android Framework
Learning
Curve
if your problem is already complicated
Thanks, Question?
Reference
Intro to RxJava/ Christina Lee
https://www.youtube.com/watch?v=XLH2v9deew0
https://medium.com/@pradabear/deferred-promise-e957bcd235a2
Threading Problems
PicCollage High Resolution Capturing
TODO PicCollage Capturing Video

More Related Content

What's hot (20)

PPTX
Y U NO CRAFTSMAN
Paul Blundell
 
PDF
Bootiful Reactive Testing - Mario Gray
VMware Tanzu
 
PDF
[BreizhCamp, format 15min] Construire et automatiser l'ecosystème de son Saa...
François-Guillaume Ribreau
 
PDF
Bootiful Development with Spring Boot and React - GIDS 2019
Matt Raible
 
PPTX
Software Craftsmanship - 3
Uri Lavi
 
PPTX
Software Craftsmanship - 1 Meeting
Uri Lavi
 
PDF
Git of Parts
Rudy Jahchan
 
PDF
Librerías Opensoure de Square
betabeers
 
PPTX
Test your user interface using BDD (Swedish)
Evolve
 
PDF
[BreizhCamp, format 15min] Une api rest et GraphQL sans code grâce à PostgR...
François-Guillaume Ribreau
 
PDF
Bootiful Development with Spring Boot and Vue - RWX 2018
Matt Raible
 
PDF
React Native "A Bad Idea Or A Game Changer" at Code Mania 101
Ranatchai Chernbamrung
 
PDF
How QCLean Works? Introduction to Browser Extensions
Qing-Cheng Li
 
PDF
Microservices for the Masses with Spring Boot and JHipster - RWX 2018
Matt Raible
 
PDF
那些年,我們一起玩的萬花筒(Kaliedoscopic)
PRADA Hsiung
 
PDF
Automating with operators - FossAsia Summit 2019
Jorge Morales
 
PDF
Introduction to Django
Fernando Espíndola
 
PDF
Android is going to Go! Android and Golang
Almog Baku
 
PDF
Develop Android app using Golang
SeongJae Park
 
PDF
Rapid Android Development for Hackathon
CodePolitan
 
Y U NO CRAFTSMAN
Paul Blundell
 
Bootiful Reactive Testing - Mario Gray
VMware Tanzu
 
[BreizhCamp, format 15min] Construire et automatiser l'ecosystème de son Saa...
François-Guillaume Ribreau
 
Bootiful Development with Spring Boot and React - GIDS 2019
Matt Raible
 
Software Craftsmanship - 3
Uri Lavi
 
Software Craftsmanship - 1 Meeting
Uri Lavi
 
Git of Parts
Rudy Jahchan
 
Librerías Opensoure de Square
betabeers
 
Test your user interface using BDD (Swedish)
Evolve
 
[BreizhCamp, format 15min] Une api rest et GraphQL sans code grâce à PostgR...
François-Guillaume Ribreau
 
Bootiful Development with Spring Boot and Vue - RWX 2018
Matt Raible
 
React Native "A Bad Idea Or A Game Changer" at Code Mania 101
Ranatchai Chernbamrung
 
How QCLean Works? Introduction to Browser Extensions
Qing-Cheng Li
 
Microservices for the Masses with Spring Boot and JHipster - RWX 2018
Matt Raible
 
那些年,我們一起玩的萬花筒(Kaliedoscopic)
PRADA Hsiung
 
Automating with operators - FossAsia Summit 2019
Jorge Morales
 
Introduction to Django
Fernando Espíndola
 
Android is going to Go! Android and Golang
Almog Baku
 
Develop Android app using Golang
SeongJae Park
 
Rapid Android Development for Hackathon
CodePolitan
 

Similar to 20180524 Android Taipei : RxJava Threading (20)

PDF
Front End Development for Back End Java Developers - Jfokus 2020
Matt Raible
 
PDF
Google App Engine for Java v0.0.2
Matthew McCullough
 
PDF
Vaadin & Web Components
Joonas Lehtinen
 
PDF
Analyzing the Performance of Mobile Web
Ariya Hidayat
 
PPT
Developing Java Web Applications
hchen1
 
PPTX
WEB-VR by Ankitkumar Singh
Ankitkumar Singh
 
PPT
OGCE Project Overview
marpierc
 
PPTX
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
Tier1 app
 
PPT
Parkjihoon phonegap research_for_bada
웹데브모바일
 
PPT
SF JUG - GWT Can Help You Create Amazing Apps - 2009-10-13
Fred Sauer
 
PDF
React & The Art of Managing Complexity
Ryan Anklam
 
PPT
Developing Java Web Applications In Google App Engine
Tahir Akram
 
PDF
Why Gradle?
Peter Ledbrook
 
PDF
Choose Your Own Adventure with JHipster & Kubernetes - Denver JUG 2020
Matt Raible
 
PDF
Ignacy Kowalczyk
CodeFest
 
PPTX
Reactive application using meteor
Sapna Upreti
 
PPT
Direct Web Remoting : DWR
hussulinux
 
PDF
Comparing Native Java REST API Frameworks - Seattle JUG 2022
Matt Raible
 
PDF
Front End Development for Back End Developers - UberConf 2017
Matt Raible
 
KEY
jRecruiter - The AJUG Job Posting Service
Gunnar Hillert
 
Front End Development for Back End Java Developers - Jfokus 2020
Matt Raible
 
Google App Engine for Java v0.0.2
Matthew McCullough
 
Vaadin & Web Components
Joonas Lehtinen
 
Analyzing the Performance of Mobile Web
Ariya Hidayat
 
Developing Java Web Applications
hchen1
 
WEB-VR by Ankitkumar Singh
Ankitkumar Singh
 
OGCE Project Overview
marpierc
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
Tier1 app
 
Parkjihoon phonegap research_for_bada
웹데브모바일
 
SF JUG - GWT Can Help You Create Amazing Apps - 2009-10-13
Fred Sauer
 
React & The Art of Managing Complexity
Ryan Anklam
 
Developing Java Web Applications In Google App Engine
Tahir Akram
 
Why Gradle?
Peter Ledbrook
 
Choose Your Own Adventure with JHipster & Kubernetes - Denver JUG 2020
Matt Raible
 
Ignacy Kowalczyk
CodeFest
 
Reactive application using meteor
Sapna Upreti
 
Direct Web Remoting : DWR
hussulinux
 
Comparing Native Java REST API Frameworks - Seattle JUG 2022
Matt Raible
 
Front End Development for Back End Developers - UberConf 2017
Matt Raible
 
jRecruiter - The AJUG Job Posting Service
Gunnar Hillert
 
Ad

More from PRADA Hsiung (20)

PDF
Dive into Kotlin Delegation implementation to solve the obfuscation issue
PRADA Hsiung
 
PDF
U/T/B-Driven Development
PRADA Hsiung
 
PDF
Job-to-be-done theory to practice : Ch4 Process
PRADA Hsiung
 
PDF
Introduce Flutter Development
PRADA Hsiung
 
PDF
JTBD case study : Uber Rider App
PRADA Hsiung
 
PDF
20180124 android taipei_arinterface
PRADA Hsiung
 
PDF
JSON's big problem android_taipei_201709
PRADA Hsiung
 
PDF
ARText in Cocoaheads Taipei 201709
PRADA Hsiung
 
PDF
PicCollage - modules map
PRADA Hsiung
 
PPTX
COSCUP 2017 FACE OFF
PRADA Hsiung
 
PDF
IO17就是講義氣
PRADA Hsiung
 
PDF
Firebase analytics event_201607
PRADA Hsiung
 
PDF
臉 - The Face Detection Functions on Android
PRADA Hsiung
 
PDF
20150423 Android Taipei : 祖克伯F8的奇幻之旅
PRADA Hsiung
 
PDF
網碼邊界(Edge of Network Libs)
PRADA Hsiung
 
PDF
安小姐與詹先生的邂逅 Android + Jenkins
PRADA Hsiung
 
PPT
期末專題報告:嵌入式系統之影像處理器
PRADA Hsiung
 
PPTX
Continues integration development
PRADA Hsiung
 
PPT
交點#3 我的比賽人生
PRADA Hsiung
 
PDF
refreshbpm project
PRADA Hsiung
 
Dive into Kotlin Delegation implementation to solve the obfuscation issue
PRADA Hsiung
 
U/T/B-Driven Development
PRADA Hsiung
 
Job-to-be-done theory to practice : Ch4 Process
PRADA Hsiung
 
Introduce Flutter Development
PRADA Hsiung
 
JTBD case study : Uber Rider App
PRADA Hsiung
 
20180124 android taipei_arinterface
PRADA Hsiung
 
JSON's big problem android_taipei_201709
PRADA Hsiung
 
ARText in Cocoaheads Taipei 201709
PRADA Hsiung
 
PicCollage - modules map
PRADA Hsiung
 
COSCUP 2017 FACE OFF
PRADA Hsiung
 
IO17就是講義氣
PRADA Hsiung
 
Firebase analytics event_201607
PRADA Hsiung
 
臉 - The Face Detection Functions on Android
PRADA Hsiung
 
20150423 Android Taipei : 祖克伯F8的奇幻之旅
PRADA Hsiung
 
網碼邊界(Edge of Network Libs)
PRADA Hsiung
 
安小姐與詹先生的邂逅 Android + Jenkins
PRADA Hsiung
 
期末專題報告:嵌入式系統之影像處理器
PRADA Hsiung
 
Continues integration development
PRADA Hsiung
 
交點#3 我的比賽人生
PRADA Hsiung
 
refreshbpm project
PRADA Hsiung
 
Ad

Recently uploaded (20)

PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
Python basic programing language for automation
DanialHabibi2
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Python basic programing language for automation
DanialHabibi2
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 

20180524 Android Taipei : RxJava Threading