This repository holds an example of using andoridx.paging with a Compose app to provide live search results.
The interesting part is in found in ProductListViewModel
where the pager is configured.
An example of a Compose app using androidx.paging with live search results.
Kotlin
This repository holds an example of using andoridx.paging with a Compose app to provide live search results.
The interesting part is in found in ProductListViewModel
where the pager is configured.