How to implement paging3 in mvvm architecture in android

I am following mvvm architecture with kotlin coroutine , how we can implement paging 3

I tried without paging but not satisficed i want to implement this

>Solution :

I hope this will work for you , you can use paging 3 with mvvm architecture https://stackoverflow.com/a/74958924/12748481

Leave a Reply