Skip to main content

About this widget

To use this widget to display a paginated list of results from multiple categories, you need these components:
  • MultiSearcher. The Searcher that handles your searches
  • FilterState. Tracks any applied filters (such as genre or year) and updates search results when the changes.
  • HitsState. Hits UI state
  • SearchBoxState. Search box UI state
The widget can handle various kinds of search results. For example, you can display different types of results, such as movies or actors, each represented by a unique data class. See also:

Explore example code

Browse the Multi Hits example code on GitHub.

Examples

Activity

Kotlin

View model

Kotlin

UI

Kotlin

Models

Kotlin
Kotlin
Last modified on July 10, 2026