Featured Projects
No Comments
By Chris Banes
On 30, Dec 2011 | No Comments | In Android | By Chris Banes
Pull-to-Refresh for Android
This Pull-to-Refresh library is something I created as part of my work with FriendCaster. After being unhappy with the previous implementations of Pull-to-Refresh, I decided to write my own using Johan Nilsson’s implementation as a base (mainly for graphics, animations and strings). The result is an implementation which works as well as any other platform and has been implemented generically so that it can be used with a variety of AdapterView’s, including ListView, GridView and ExpandableListView.
It it released under the Apache Licence, v2.0 and is available on GitHub here: https://github.com/chrisbanes/Android-PullToRefresh
There is also a sample application which tries to show the library off, available here.

Recent Comments