An open API service indexing awesome lists of open source software.

https://github.com/euantorano/compose-paging-with-search-example

An example of a Compose app using androidx.paging with live search results.
https://github.com/euantorano/compose-paging-with-search-example

android-app compose paging3

Last synced: about 1 month ago
JSON representation

An example of a Compose app using androidx.paging with live search results.

Awesome Lists containing this project

README

          

# Example: Compose Paging With Search

This repository holds an example of using [andoridx.paging](https://developer.android.com/jetpack/androidx/releases/paging) with a [Compose](https://developer.android.com/jetpack/compose) app to provide live search results.

The interesting part is in found in [`ProductListViewModel`](app/src/main/java/uk/co/euantorano/example/compose_paging/ui/view_models/ProductListViewModel.kt) where the pager is configured.