# Jetpack Compose: Pull to Refresh

DevFeed: [Jetpack Compose: Pull to Refresh](<https://devfeed.tech/articles/jetpack-compose-pull-to-refresh-24851.md>)

Original publisher: [Read original article](<https://alexzh.com/jetpack-compose-pull-to-refresh/>)

Author: Alex Zhukovich

Published: 2023-06-16T09:50:46Z

Content type: tutorial

Language: en

Sources: [Alex Zhuk - Android development and testing](<https://devfeed.tech/sources/alex-zhuk-android-development-and-testing.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Android](<https://devfeed.tech/topics/android.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [article](<https://devfeed.tech/tags/article.md>), [code](<https://devfeed.tech/tags/code.md>), [compose](<https://devfeed.tech/tags/compose.md>), [customization](<https://devfeed.tech/tags/customization.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ui-components](<https://devfeed.tech/tags/ui-components.md>)

## AI overview

A tutorial on implementing Pull to Refresh in Android apps with Jetpack Compose, customizing its indicator and behavior, and testing the refresh interaction in UI tests. The article notes that the covered APIs are experimental.

## Source excerpt

This article covers adding and customizing the "Pull to Refresh" action in the Jetpack Compose. In addition to that, we will explore how to trigger pull to refresh action in UI tests.