Top "Pull-to-refresh" questions

Pull To Refresh is a UI interaction wherein a user pulls down on a scrolling view or list, beyond the upper bounds of the view, and releases it in order to refresh the contents of that view or list.

How to implement Android Pull-to-Refresh

In Android applications such as Twitter (official app), when you encounter a ListView, you can pull it down (and it …

android listview android-listview pull-to-refresh
Set UITableView content inset permanently

In my app I have a UISearchBar under UINavigationBar so it is always visible to user. In that case I …

ios objective-c uitableview uiscrollview pull-to-refresh
Pull to refresh UITableView without UITableViewController

I'm trying to implement a pull to refresh feature in a UITableView within a UIViewController. I can't use a UITableViewController …

ios objective-c iphone uitableview pull-to-refresh
Pull to refresh recyclerview android

Hi I've a tabbed activity, and in the first tab I fetch data from server and show it in a …

android android-fragments android-volley android-cardview pull-to-refresh
Adding pull to refresh on webview for refreshing

I will add pull to refresh on my webview so it refresh my webview. i have seen all questions on …

java android android-studio webview pull-to-refresh
How to implement "Swipe down to refresh" like in new GMail app

Google release the new Gmail app with an alternate way to handle pull down to refresh. Instead of showing the …

android android-listview pull-to-refresh
How to disable "pull to refresh" action and use only indicator?

I enabled "pull to refresh" to my project using the SwipeRefreshLayout. When I move down, appear the loading indicator (material …

android material-design pull-to-refresh swiperefreshlayout
iPhone Pull Down Refresh like Tweetie

I am trying to find an example of placing an element above the Table View outside the normal scrollable region. …

iphone uitableview pull-to-refresh
JQuery Mobile : Pull to refresh list view

Possible Duplicate: How to do this pull-to-refresh in webapp? Is there a plugin available which will animate a list item …

jquery listview jquery-mobile pull-to-refresh
Pull-to-refresh in UICollectionViewController

I want to implement pull-down-to-refresh in a UICollectionViewController under iOS 6. This was easy to achieve with a UITableViewController, like so: …

ios6 uikit pull-to-refresh