I am using Room database layer with LiveData and PagedList to render a ReceycleView List of chat messages in my app.
ReceycleView
This is how my setup looks like: