Skip to content

A modification of the builtin SwipeRefreshLayout to make it behave sanely.

License

Notifications You must be signed in to change notification settings

bduncavage/swipetorefresh

Repository files navigation

The "Real" Swipe to Refresh

Swipe to Refresh in Action

I really don't like the stock SwipeRefreshLayout interaction. It moves the content, cancels the gesture after an arbitrary timeout, and is buggy. So I've modified it to be more like the swipe to refresh we all have become familiar with (think Gmail app).

Repo Structure

  • swipetorefresh/ - This is the library. Add it to your java Android app as a gradle dependency.
  • sample/ - This is the sample app. Reference it to see how to use the widget.
  • csharp/ - Contains a sample Xamarin.Android app and C# bindings for the library.

License

This project is licensed under the MIT license

About

A modification of the builtin SwipeRefreshLayout to make it behave sanely.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published