Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1013 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 1013 Bytes

Swipe Down to Refresh

This is a Xamarin.Android implementation of the swipe-down-to-refresh pattern that Google introduced with their 2013 Gmail app update.

swipe down to refresh screenshot

The idea of the pattern is that when a ListView is positioned at the beginning, starting an overscroll will, in addition to the normal edge effect, change the ActionBar to display an action message and an horizontal centered progress bar defining when the movement results in a refresh of the content.

Links

  • Blog post explaining some key parts of this implementation
  • Video of the pattern in action

License

This code is available under the Apache 2.0 license. Reuse as much as you want.