Are there any good examples of a pull to refresh feature for ListViews?
The Twitter application for Android has a nice way of refreshing the listview by pulling down and au开发者_JAVA技巧tomatically refreshing the data source.
Are there any good examples of this?
Here's an Android Library project to provide pull to refresh:
https://github.com/chrisbanes/Android-PullToRefresh
精彩评论