RxJava data from DB with onscreen list
问题 I've just begun to learn RxJava and I'm a little bit lost. My scenario is the following: A local NoSQL key-value database where I store some data. The problem is that the endpoint can add data to this DB and also the user can delete some of it. I'm displaying this data as an on-screen list (RecyclerView). I'd like to know what is the best approach to always know what's the most up to date data from the DB in a single place so I can update the UI accordingly. 回答1: What you're looking for is a