Questions tagged [pull-to-refresh]

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.

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.

This interaction has been used in many published apps, mainly for mobile devices, and has become one of the most widely used methods of allowing a user to refresh their current view.

Pull To Refresh libraries:

  • Android-PullToRefresh - Implementation of the Pull-to-Refresh UI Pattern for Android
  • Three20 - Three20 is an Objective-C library for iPhone developers (contains a pull to reload component)
  • EGOTableViewPullRefresh - A similar control to the pull down to refresh control created by atebits in Tweetie 2
  • ODRefreshControl - A pull down to refresh control like the one in Apple's iOS6 Mail App
677 questions
0
votes
1 answer

Sencha Touch - Incorrect version of Pullrefresh function being invoked

I am using PullRefresh in the following code, but it is not working in the build: xtype:'dataview', mode:'multi', plugins: [ { xclass: 'Ext.plugin.PullRefresh', fetchLatest:…
Rinju
  • 1
  • 2
0
votes
2 answers

pull to refresh inside directive AngularJS using iScroll

edit: i update the code block as i make changes and the errors at the bottom so i am inside my directive. I want to do a refresh of the page. (like after a scroll to refresh) What's the right angular way to do this, in angular? (I can hack it in…
Frank Visaggio
  • 3,642
  • 9
  • 34
  • 71
0
votes
1 answer

SVPullToRefresh stick

I searched the internet but to no avail. The SVPullToRefresh stick if I run code: [table.pullToRefreshView startAnimating]; [table.pullToRefreshView stopAnimating]; Somewhere in my code load data from cache, and this method calls almost…
Gralex
  • 4,285
  • 7
  • 26
  • 47
0
votes
1 answer

How to make pull to refresh in phonegap without using jquery mobile

I am making pull to refresh listview in phonegap Project. But i also do no want to use jquery mobile. Please suggest me how i can achieve this goal.
Deepika Lalra
  • 1,035
  • 1
  • 10
  • 24
0
votes
0 answers

android inconsistency in listiew multiple layouts inflation

I use PulltoRefresh listview and I use 3 layouts. 1. Gaming Layout(Should be inflated when linkedlist item starts with "gm") 2. Adlayout(Should be inflated when linkedlist item starts with "ad") 3.Normal Listview layout(in all other cases) Here is…
user2488310
  • 35
  • 1
  • 7
0
votes
1 answer

Tap to refresh is visible all the time and gap is still visible on list view

I am using pull to refresh in my application. Pull to refresh is working fine when the list size is crossing screen. But when the size is one or two there is a gap between the header and the listview saying tap to refresh. Here is my code public…
sarabu
  • 503
  • 1
  • 8
  • 20
0
votes
1 answer

How to scroll another view based on ListView scroll

I am creating a page which contains a menu header and a PullToRefreshList. What i want to do is to hide (scrolling) the menu header when the List is scrolled up but the menu header wont be scrolled down when the list is scrolled down (the menu…
skaciw
  • 325
  • 1
  • 3
  • 8
0
votes
1 answer

Pull, Release and Update on Facebook

How to perform the experiments proposed the facebook application to refresh the page (ListView) on Android ? 1) Pull 2) Release 3) And Update
lopez.mikhael
  • 9,943
  • 19
  • 67
  • 110
0
votes
1 answer

PullToRefresh always have shadow at the top and bottom of listview.How to hide it?

I add PullToRefresh(https://github.com/chrisbanes/Android-PullToRefresh) Listview in my app. Then scroll it to the bottom or top ,it auto show the shadow. And i set some attribute in xml like …
Ray
  • 468
  • 4
  • 17
0
votes
1 answer

A issue of a variable regarding to refreshing table view

I have a tableview using ODRefreshControll. And i have a uislider which is in another view controller (let say myViewController) and this slider is changing a variable (let say myVariable) of tableview. The main issue is if i change myVariable from…
user2393702
  • 109
  • 2
  • 8
0
votes
1 answer

Gridview not working ONLY on android 4.x **** PullToRefresh Related

I've got a GridView that works ok on Android 2.x but from 4.x up, does not detect item click. Anyone knows if there is a specific change in GridView from Android 4.x up that can affect this? The code is summarized from many classes: listAdapter =…
Cheborra
  • 2,627
  • 4
  • 23
  • 39
0
votes
1 answer

PullToRefresh list in paged fragment

I want to create PullToRefresh list fragment with pager. I'm using ActionBarSherlock, and this implementation of the list. I had no problems without fragment, but I need to support two-pane layout. layout files activity
0
votes
1 answer

How to add a Label to bottom of ODRefeshControl

Before when i used Apples UIRefreshControl i could have a label show at the bottom of the Refresh Control like this : UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; [refreshControl addTarget:self…
Kyle Greenlaw
  • 737
  • 1
  • 8
  • 20
0
votes
2 answers

Two ListViews, 1 Activity - and Pull to Refresh?

I am not sure how to go about doing this. This is my requirements for an Activity: Header ListView of 10 items Header ListsView of 10 items The ListViewsare coming from two different data sources and may have two different row layouts. So I am…
TheLettuceMaster
  • 15,594
  • 48
  • 153
  • 259
0
votes
1 answer

ActionBarSherlock 4 - extend from another class?

I am trying to use: https://github.com/johannilsson/android-pulltorefresh with ActionBarSherlock 4 and I got stuck on the part where my MainActivity class extends SherlockActivity while the Pull-to-Refresh library extends ListActivity.. Anyone know…
dinbrca
  • 1,101
  • 1
  • 14
  • 30