Is there any way to remove item from PagedList and notify RecyclerView without invalidating DataSource (not Room)? What I have tried: Store all model in own l
I've been trying to work out how to fix my issue with RemoteMediator's APPEND LoadType. On an empty Room DB, here's how the LoadType flows: REFRESH -> PREPEN
Right now I'm working on an Android project which contains a RecyclerView with a large amount of data. For improving the app's performance I wish to implement