How to create a background thread with a looper
问题 Can someone please share the implementation of a background thread with a Looper that i can pass to the subscribeOn(AndroidScheduler.from(/ backgroundThreadWithLooper /)). I need this because i am trying to implement a DBService class that runs all of its operations in the background while still getting live objects updates. So when i apply an addChangeListener, an exception is thrown: java.lang.IllegalStateException: Your Realm is opened from a thread without a Looper. Async queries need a