You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a LiveData version of the library as well.
For the LiveData version, for observe() in the OnlineRepository, make sure that it is generic enough that you can do whatever you want here. Returning LiveData<generic> should do that as LiveData is abstract already.
RxJava2 is a library some people may not want to use. I also enjoy creating libraries that do not have dependencies on them if I can help it.
Therefore, let's remove RxJava2 from the core of the library and make it a separate module that devs can use if they wish.
The text was updated successfully, but these errors were encountered: