How to use Rx-java with Room in android Date : 08/04/2019 Prerequisite If you need to use Rx-java in android, then add the following dependency in your gradle file as depend on the version of Rx-java you use. // RxJava support for Roomimplementation “android.arch.persistence.room:rxjava2:1.0.0-alpha5” Need of Rx-java Rx-java eliminates the… Continue Reading How to use Rx-java with Room in android