New Pull-to-Refresh Library

1 · Chris Banes · Nov. 29, 2011, midnight
Hi everyone, Over the past week or so I’ve been working on a new implementation of the Pull-to-Refresh widget for Android, as part of improvements for FriendCaster. The new library is based off Johan Nilsson’s library, but has changed a lot since then. The way that the previous library achieves Pull-To-Refresh is via ListView HeaderViews which has certain drawbacks: Hard to show/hide the HeaderView when you don’t have enough items......