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
20
Other Decks in Programming
See All in Programming
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
200
イマのCSSでできる インタラクション最前線 + CSS最新情報
clockmaker
4
810
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
250
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.3k
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
340
RubyLSPのマルチバイト文字対応
notfounds
0
120
OSSで起業してもうすぐ10年 / Open Source Conference 2024 Shimane
furukawayasuto
0
110
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
1k
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
What's in a price? How to price your products and services
michaelherold
243
12k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
380
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Why Our Code Smells
bkeepers
PRO
334
57k
Designing for humans not robots
tammielis
250
25k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Six Lessons from altMBA
skipperchong
27
3.5k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
What's new in Ruby 2.0
geeforr
343
31k
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!!!