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
21
Other Decks in Programming
See All in Programming
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
740
WebDriver BiDiとは何なのか
yotahada3
1
140
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
210
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
120
Lottieアニメーションをカスタマイズしてみた
tahia910
0
130
Pulsar2 を雰囲気で使ってみよう
anoken
0
240
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
450
責務と認知負荷を整える! 抽象レベルを意識した関心の分離
yahiru
1
210
CNCF Project の作者が考えている OSS の運営
utam0k
6
710
Grafana Cloudとソラカメ
devoc
0
170
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
220
Introduction to kotlinx.rpc
arawn
0
690
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
98
5.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Making Projects Easy
brettharned
116
6k
Six Lessons from altMBA
skipperchong
27
3.6k
Bootstrapping a Software Product
garrettdimon
PRO
306
110k
We Have a Design System, Now What?
morganepeng
51
7.4k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building Your Own Lightsaber
phodgson
104
6.2k
Producing Creativity
orderedlist
PRO
344
39k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
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!!!