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
3
votes
1 answer

PullToRefresh(chrisbanes lib) window leaked

I used PullToRefresh chrisBanes lib https://github.com/chrisbanes/Android-PullToRefresh . I extends PullToRefreshAttacher, cause I need specific behaviour. All works normal,when activity restored I had next stacktrace errors, but pullToRefresh still…
user3134124
  • 387
  • 4
  • 16
3
votes
3 answers

Chris Banes ActionBar-PullToRefresh

Im using Chris Banes ActionBar-PullToRefresh. I can start refreshing by pulling the layout down - everything is fine. But how can i programmatically force start refreshing animation (progress animation)? Or how can i force start full refreshing…
localhost
  • 5,568
  • 1
  • 33
  • 53
3
votes
1 answer

How to customize chrisbanes / ActionBar-PullToRefresh or change the colour of pull to refresh bar

i am using the chrisbanes / ActionBar-PullToRefresh from this link https://github.com/chrisbanes/ActionBar-PullToRefresh and i have created custom list-view and i wan to change the colour of pull to refresh bar and text colour on it as you can see…
Achin
  • 1,252
  • 4
  • 28
  • 63
3
votes
0 answers

Combine PullToRefresh library with ListViewAnimations library

I'm using https://github.com/nhaarman/ListViewAnimations to animate my listview and to implement some drag & drop functionality to my list items. Now, I need to use Cris Banes's Android-PullToRefresh…
MrBrightside
  • 2,669
  • 3
  • 17
  • 24
3
votes
0 answers

PullToRefreshListView onTouch event and onclick events is not working for parent activity

I have implemented PullToRefersh list view using fragments using single activity but pulltorefresh is working in parent activity, ontouch is not working i have used Android-PullToRefresh library how can I fix it? Activity…
user3081537
3
votes
0 answers

Unlocking scroll positions in a ListView Adapter

Imagine I'm implementing a simple TODO app with active and inactive elements. These elements are separated in two lists (a list for active elements, another list for inactive elements). I already implemented an adapter which handles the two list…
Michael
  • 3,982
  • 4
  • 30
  • 46
3
votes
2 answers

Custom Adapter getView() not being called using PullToRefresh library

Using Chris Banes' PullToRefresh library, the getView() method of my custom adapter is not being called. This code works fine without using his library and getView() is called. I've been looking into this for a couple days now and cannot figure out…
3
votes
1 answer

Pull to refresh for horizontal listview in android

I have implemented pull to refresh in listview through this link . But i need to integrate the same think in horizontal list view.Any samples/ideas should be appreciable.
Pal Pandi
  • 123
  • 1
  • 9
3
votes
3 answers

iOS 7 Styled Pull-To-Refresh

Do anyone know an open source for Pull-To-Refresh control like the mail app in iOS 7? Lots of apps use it, so I think there should be one. It would be perfect, because I would save quite a time.
Metin Say
  • 435
  • 1
  • 4
  • 13
3
votes
0 answers

IllegalStateException in PullToRefreshListView$InternalListViewSDK9

I'm using PullToRefresh library in two activities of my application. I know, this library is deprecated, but it very useful and it can handle refresh genstures not only from top but also bottom. But it have a problem: rarely application crash with…
BArtWell
  • 4,176
  • 10
  • 63
  • 106
3
votes
1 answer

ODRefreshControl isn´t working anymore

i tested my App on iOS 7 and recognize that my "Pull to Refresh" (ODRefreshControl https://github.com/Sephiroth87/ODRefreshControl) doesn´t work anymore. I have to pull the scrollview extremly far down to see a small part of the spinner and the…
Davis
  • 1,253
  • 4
  • 17
  • 38
3
votes
3 answers

Android - PullToRefresh ListView always empty

I'm trying to implement chrisbanes's Android-PullToRefresh in my app. But so far all I'm getting is an empty view. If I change the ListView to an Android widget it works fine, if I use PullToRefreshListView the list shows up empty. I'm using a…
Marco Batista
  • 1,410
  • 1
  • 20
  • 38
3
votes
2 answers

Pull to refresh example, Eclipse don't find setOnRefreshListener command

iam dealing with well known pull to refresh example from Git-hub I loaded library and everything is working as it should but when i want to call method setOnRereshListener, Eclipse don't find it. What could be a problem? This is code from example: …
Miha GaPiha
  • 35
  • 1
  • 9
3
votes
1 answer

Retaining scroll position on Pull To Refresh

I am using PullToRefresh in my android app. It is working fine so far. Issue I am facing is when I download new x rows on "Release to refresh" from TOP new rows pushes existing rows and starts from 0 position it is annoying for the user. What I…
user2095470
  • 356
  • 1
  • 6
  • 23
3
votes
1 answer

Error in pull down to refresh list view android

I am using the feature pull down to refresh by using this library of chrisbanes But when I tried to import this widget in my xml file It shows me the following error.Please help me how to solve…
Priya
  • 1,763
  • 1
  • 12
  • 11