0

I have implemented paging3 library in chat application. I am showing messages in recycler view with paging, and it's working fine. Furthermore, I am also receiving message on socket which I have to add in adapter. Now I have to add single message object in adapter, but I have not found any function or way to add it in PagingDataAdapter adapter.

class ChatAdapter() : PagingDataAdapter<UiModel, RecyclerView.ViewHolder>(DiffCallBack)

bilal
  • 2,187
  • 3
  • 22
  • 23
  • https://stackoverflow.com/questions/63132278/how-to-update-single-item-using-paging-3-library – charlie.7 Sep 08 '21 at 17:13
  • 3
    Does this answer your question? [How to update single item using Paging 3 library](https://stackoverflow.com/questions/63132278/how-to-update-single-item-using-paging-3-library) – dlam Oct 07 '21 at 16:55

0 Answers0