-
Notifications
You must be signed in to change notification settings - Fork 25
Spotify Clone App: Lesson 2
Mert Şimşek edited this page Nov 11, 2019
·
8 revisions
In this lecture, we will
- Learn to RxJava Basic
- Threading with RxJava Schedulers
- Implement RxJava to Retrofit
- Learn Single, Observable and Flowable basics
- Basic RxJava Operators (flatmap, combineLatest, map)
- Handling different states on UI. (Loading, Success, Error)
implementation 'io.reactivex.rxjava2:rxjava:2.2.13'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'