[ Web Proxy ]
URL:
Viewing: https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout [Back]  [Original]

Swiperefreshlayout  |  Jetpack  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

Swiperefreshlayout

  Code Sample
Implement the swipe-to-refresh UI pattern.
Caution: This library is in maintenance mode and will only receive critical fixes; new features are not planned. We recommend using Jetpack Compose for building Android UIs. See Compose-first for more information.
Latest Update Stable Release Release Candidate Beta Release Alpha Release
December 3, 2025 1.2.0 - - -

Declaring dependencies

To add a dependency on SwipeRefreshLayout, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

Groovy

dependencies {
    implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0"
}

Kotlin

dependencies {
    implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0")
}

For more information about dependencies, see Add build dependencies.

Feedback

Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.

Create a new issue

See the Issue Tracker documentation for more information.

Version 1.2.0

Version 1.2.0

December 03, 2025

androidx.swiperefreshlayout:swiperefreshlayout:1.2.0 is released. Version 1.2.0 contains these commits.

Important changes since 1.1.0:

Bug Fixes

Version 1.2.0-rc01

November 19, 2025

androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-rc01 is released. Version 1.2.0-rc01 contains these commits.

Version 1.2.0-beta01

February 12, 2025

androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-beta01 is released. Version 1.2.0-beta01 contains these commits.

API Changes

Bug Fixes

Version 1.2.0-alpha01

July 22, 2020

androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01 is released. Version 1.2.0-alpha01 contains these commits.

Bug Fixes

Version 1.1.0

Version 1.1.0

June 24, 2020

androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 is released. Version 1.1.0 contains these commits.

Major changes since 1.0.0

Version 1.1.0-rc01

April 15, 2020

androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-rc01 is released with no changes since 1.1.0-beta01. Version 1.1.0-rc01 contains these commits.

Version 1.1.0-beta01

March 4, 2020

androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-beta01 is released with no changes since 1.1.0-alpha03. Version 1.1.0-beta01 contains these commits.

Version 1.1.0-alpha03

October 9, 2019

androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03 is released. Version 1.1.0-alpha03 contains these commits.

New features

API changes

Bug fixes

Version 1.1.0-alpha02

July 2, 2019

androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02 is released. The commits included in this version can be found here.

Note: This version is dependent on the Java 8 programming language. Please read Use Java 8 language features to learn how to use it in your project.

Bug fixes

Version 1.1.0-alpha01

December 3, 2018

API changes

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-05-19 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-19 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page