November 2023

Pull-to-Refresh featured image

How to Add Pull-to-Refresh to Your Android App with Jetpack Compose

In this post, I will show you how to use the PullRefreshIndicator composable to add Pull to refresh behavior to your list. Here is a GIF of what we are going to create: Prequesties In your app-level build.gradle add the following to your dependencies {…}: You only need implementation(“androidx.compose.material:material:1.5.3”), but in my code, I will […]

How to Add Pull-to-Refresh to Your Android App with Jetpack Compose Read More »

Scroll to Top