/compose-paging-with-search-example

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

Primary LanguageKotlin

Example: Compose Paging With Search

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.