AdapterDelegates
AdapterDelegates copied to clipboard
PagingDataAdapter support
In Paging 3 library google introduce new PagingDataAdapter instead of PagedListAdapter
https://stackoverflow.com/questions/63069302/difference-between-pagingdataadapter-and-pagedlistadapter-in-android-paging-libr#:~:text=PagingDataAdapter%20is%20the%20Paging3%20replacement,separators%2C%20LoadState%2Daware%20headers%20%2F
Please add it
It would be a welcome addition, it's currently preventing our project to move from PagedListAdapter to PagingDataAdapter!
Second this.