Recent Posts
Recent Comments
반응형
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

오늘도 공부

Flowable 를 언제 사용하면 될까? 본문

Android/RXAndroid

Flowable 를 언제 사용하면 될까?

행복한 수지아빠 2017. 2. 3. 15:44
반응형

you may use Observable for example:


handling GUI events

working with short sequences (less than 1000 elements total)


=========================================================


You may use Flowable for example:


cold and non-timed sources

generator like sources

network and database accessors

반응형

'Android > RXAndroid' 카테고리의 다른 글

Rx에서의 멀티캐스팅 방법  (0) 2017.02.09
MissingBackpressureException 설명  (0) 2017.02.03
RxJava 예제  (0) 2017.01.31
RxView 예제 모음  (0) 2017.01.07
Easy SQLite on Android with RxJava  (0) 2016.12.16