Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introdução a RxJava
Search
Ygor Barboza
October 05, 2015
Programming
1
150
Introdução a RxJava
Ygor Barboza
October 05, 2015
Tweet
Share
More Decks by Ygor Barboza
See All by Ygor Barboza
Blocks and Managers - ADC Brazil - 2017
ygorbarboza
0
23
Other Decks in Programming
See All in Programming
Testing Trophyは叫ばない
toms74209200
0
670
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
110
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
510
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.1k
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
110
RDoc meets YARD
okuramasafumi
4
160
Rancher と Terraform
fufuhu
2
200
Honoアップデート 2025年夏
yusukebe
1
910
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
ソフトウェアテスト徹底指南書の紹介
goyoki
1
140
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
300
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Done Done
chrislema
185
16k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Designing Experiences People Love
moore
142
24k
Writing Fast Ruby
sferik
628
62k
Bash Introduction
62gerente
615
210k
Being A Developer After 40
akosma
90
590k
Unsuck your backbone
ammeep
671
58k
Transcript
Introdução a RxJava
Básico Observable - emite qualquer quantidade de itens Subscriber -
consome esses itens Anatomia
Básico Observable
Básico Observable
Básico Subscriber
Básico Subscriber
Básico Código
Básico Configuração https://github.com/ReactiveX/RxAndroid
Básico RetroLambda https://github.com/evant/gradle-retrolambda
Outras Ferramentas https://github.com/JakeWharton/RxBinding https://github.com/trello/RxLifecycle
RetroFit
Retrofit
RxBus
Smart TextWatcher
Login Validation
Login Validation
Links http://rxmarbles.com/ http://reactivex.io/ http://blog.danlew.net/2014/09/15/grokking- rxjava-part-1/ Learning RxJava (for Android) by
example
Obrigado!!!