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
ネストしたdata classの面倒な更新にさようなら!Lensを作って理解するArrowのOpticsの世界
shiita0903
1
170
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
260
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
390
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
590
Pythonに漸進的に型をつける
nealle
1
140
Devoxx BE - Local Development in the AI Era
kdubois
0
150
AI時代に必須!状況言語化スキル / ai-context-verbalization
minodriven
2
220
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
330
Leading Effective Engineering Teams in the AI Era
addyosmani
7
670
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
One Enishi After Another
snoozer05
PRO
0
170
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
2
810
Featured
See All Featured
Embracing the Ebb and Flow
colly
88
4.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
Designing for Performance
lara
610
69k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Mobile First: as difficult as doing things right
swwweet
225
10k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Optimizing for Happiness
mojombo
379
70k
Become a Pro
speakerdeck
PRO
29
5.6k
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!!!