# swiperefreshlayout

Published articles for swiperefreshlayout.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## SwipeRefreshLayout: How to use

DevFeed: [SwipeRefreshLayout: How to use](<https://devfeed.tech/articles/swiperefreshlayout-how-to-use-27227.md>)

Original publisher: [Read original article](<https://antonioleiva.com/swiperefreshlayout>)

Published: 2014-03-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [support](<https://devfeed.tech/tags/support.md>), [swiperefreshlayout](<https://devfeed.tech/tags/swiperefreshlayout.md>)

### AI overview

A practical guide to using Android's SwipeRefreshLayout to implement pull-to-refresh behavior around a single scrollable view. It explains the main refresh and color methods, listener setup, programmatic progress control, and disabling swipe gestures.

### Source excerpt

Everything Android, Kotlin and other random topics