platform-guideline checked
Android Developers: Pull to refresh in Jetpack Compose
Documents pull-to-refresh as dragging downward at the beginning of app content to refresh data, with explicit isRefreshing, onRefresh, indicator, and threshold controls for the component.
Pattern Decisions This Source Supports
| Pattern | Supported decision | Required contract | Claim note |
|---|---|---|---|
| Pull to refresh | Choose pull to refresh when the design problem is the vertical top-of-scroll drag that refreshes the current data set. | Pull-to-refresh begins only when the intended scroll container is at its top boundary and the user drags downward beyond normal scroll tolerance. | Supports the beginning-of-content pull gesture, refresh state, refresh callback, indicator, and threshold behavior. |
Evidence Role
This source is treated as platform-guideline evidence. Use it to validate the decision rules above, not as a visual style reference.
Publisher: Android Developers. Last checked: .