-
Notifications
You must be signed in to change notification settings - Fork 25
Spotify Clone App: Lesson 6.b
Mert Şimşek edited this page Oct 18, 2019
·
2 revisions
In this lesson, we will learn
- Room Persistence
- Shared ViewModel Approach between fragment and activity.
- RxJava Hot Observables (Subjects)
- Local Data Source Approach.
- Reactive UI using RxJava and Room together
Combining local and remote data to show them on the UI might be tricky sometimes. It makes our code fragile with if/else conditions. But we will solve this problem with the Reactive Java and Room approach. We don't need to care about if/else conditions while combining local and remote data. We will also learn the Single Source of Truth in this lesson.
- Will be available on youtube soon.