iammert / AndroidArchitecture

Recommended architecture by Android
888 stars 192 forks source link

Could we use Rxjava2 as a substitue of LiveData? #6

Closed ysmintor closed 7 years ago

ysmintor commented 7 years ago

Since now RxJava2 is popular in many Android projects.

iammert commented 7 years ago

Yes, you can. Check out this blog post. https://medium.com/@iammert/offline-app-with-rxjava-2-and-room-ccd0b5c18101

ysmintor commented 7 years ago

Oh, I did not see it before. Thanks for your great work.