1 min readSep 5, 2018
Great step-by-step guide Florina!
One question: How can I disable realtime UI updates from Room to a PagedListAdapter?
I’ve built a feed of content where the position of the item is determined based on a qualityScore generated from user interactions. The feed’s UI updates in realtime and swipe-to-refresh when the underlying data changes. I would like to configure the option to turn realtime UI updates off for user’s who don’t want the feed to be constantly changes.