how to use Rxjava with room and use mvvm with LiveData //How do I switch usage from executorService to rxjava?

14 Views Asked by At

enter image description here

What is the best approach to replace the use of executorService with RxJava in a repository class that is used with ViewModel and LiveData in an Android app?

0

There are 0 best solutions below