Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romannurik/Android-SwipeToDismiss
Android swipe-to-dismiss mini-library and sample code
https://github.com/romannurik/Android-SwipeToDismiss
Last synced: 2 months ago
JSON representation
Android swipe-to-dismiss mini-library and sample code
- Host: GitHub
- URL: https://github.com/romannurik/Android-SwipeToDismiss
- Owner: romannurik
- License: apache-2.0
- Created: 2013-08-15T19:05:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T04:21:08.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T02:11:32.277Z (5 months ago)
- Language: Java
- Size: 34.2 KB
- Stars: 1,282
- Watchers: 75
- Forks: 384
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-person - Android-SwipeToDismiss
- awesome-android-ui - https://github.com/romannurik/Android-SwipeToDismiss
- awesome-android-ui - https://github.com/romannurik/Android-SwipeToDismiss
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Android Swipe-to-Dismiss Sample Code
====================================Sample code that shows how to make `ListView` or other views support the swipe-to-dismiss Android UI pattern.
See the original [Google+ post](https://plus.google.com/+RomanNurik/posts/Fgo1p5uWZLu) for discussion.
See also [Jake Wharton's port](https://github.com/JakeWharton/SwipeToDismissNOA) of this sample code to old versions of Android using the [NineOldAndroids](http://nineoldandroids.com/) compatibility library.