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.

UIRefreshControl not working when called prorgammatically

I have a UIRefreshControl in my ViewController and a method refreshView to handle "pull to refresh" event. It works perfectly …

ios pull-to-refresh uirefreshcontrol
Error:In <declare-styleable> SherlockSpinner, unable to find attribute android:popupPromptView

My project contains "ActionBar Sherlock Pull to refresh" and compiles and runs fine with API level 21 and earlier but when …

android gradle actionbarsherlock pull-to-refresh
How to detect Pull to refresh

There are many "pull to refresh" plugins. I have already tested 5 of them. But none of them running fast (especially …

javascript jquery web-applications pull-to-refresh
pull to refresh animation like mail in iOS6

I am an iOS developer and recently i got installed the newest iOS 6 on testing. As i came across with …

ios core-animation pull-to-refresh
UITableView UIRefreshControl Does Not Show Its View The First Time

I have added the functionality of UIRefreshControl in my project that uses a UITableView. The app works by fetching entries …

ios objective-c uitableview pull-to-refresh uirefreshcontrol
Disable Pull-To-Refresh

I have a static group of cells, a few groups actually, and for some reason the pull to refresh function …

ios uitableview pull-to-refresh
Pulltorefresh add to gradle

can anyone help me add this library in build.gradle Android Studio. https://github.com/chrisbanes/Android-PullToRefresh I know it …

android-studio gradle android-gradle-plugin build.gradle pull-to-refresh
How to add refresh control to collection view large titles navigation bar in iOS 11?

According to Apple the refresh control should be part of the large title navigation bar in iOS 11. The refresh control …

ios pull-to-refresh uirefreshcontrol ios11
Android - how can i know when gridview has reached the bottom?

I'm building an app that loads images from JSON and displays them as grid view. the problem is that there …

android gridview android-listview pull-to-refresh
How to implement pull to refresh on a ListFragment

I'm trying implement "pull to refresh" on a ListFragment but right now none of the drop in libraries seem to …

java android android-fragments pull-to-refresh