<Paging3 : Recycler View blinking and some items m...
# stackoverflow
u
Paging3 : Recycler View blinking and some items move in position after getting data from RemoteMediator I am building a movies app which uses Paging3 to page from the network and from a local database at the same time using Remote Mediator. which gets the data from TMDB api and save them to room database. But I am experiencing some blinking or flickers in the recycler view when I scroll down some items change their position and jumps up and down. here's a video of the issue :

https://youtu.be/TzV9Mf85uzk

Working with...