Skip to content

Xamarin.Android implementation of the swipe down to refresh pattern

Notifications You must be signed in to change notification settings

garuma/SwipeDownToRefresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Xamarin.Android implementation of the swipe down to refresh pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages