Relative Content

Tag Archive for androidkotlinandroid-roomrx-javakotlin-coroutines

Wrong in room database

Issue: RxJava and Kotlin Coroutines in Android
I am using both RxJava and Kotlin Coroutines to access data from a Room database. Initially, RxJava worked fine, but after attempting to use Kotlin Coroutines and then reverting back to RxJava, the RxJava code no longer works. The dispose is null and the code within the subscribe block doesn’t execute. Here is my code: