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
24
Other Decks in Programming
See All in Programming
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
230
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
100
CSC307 Lecture 12
javiergs
PRO
0
450
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
140
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
170
Beyond the Basics: Signal Forms
manfredsteyer
PRO
0
110
izumin5210のプロポーザルのネタ探し #tskaigi_msup
izumin5210
1
500
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
180
浮動小数の比較について
kishikawakatsumi
0
360
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
210
24時間止められないシステムを守る-医療ITにおけるランサムウェア対策の実際
koukimiura
2
180
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
280
Featured
See All Featured
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
280
The Pragmatic Product Professional
lauravandoore
37
7.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Designing for Timeless Needs
cassininazir
0
150
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
140
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
117
110k
Accessibility Awareness
sabderemane
0
71
How STYLIGHT went responsive
nonsquared
100
6k
The Curse of the Amulet
leimatthew05
1
9.3k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
The Language of Interfaces
destraynor
162
26k
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!!!