Does anyone know if it is possible to use RxJava to monitor a SQLite database table for changes and update the UI (a ListView) on detecting any updates. i.e. basically a replacement for the functionality of AsyncTaskLoader and a ContentProvider?
A working example / links to a working sample would be much appreciated.