Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuguangqiang/superrecyclerview
A extension of the RecyclerView that using it more easy. Features : swipe to dismiss, drag and drop.
https://github.com/liuguangqiang/superrecyclerview
Last synced: 3 days ago
JSON representation
A extension of the RecyclerView that using it more easy. Features : swipe to dismiss, drag and drop.
- Host: GitHub
- URL: https://github.com/liuguangqiang/superrecyclerview
- Owner: liuguangqiang
- License: apache-2.0
- Created: 2015-07-07T01:45:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T09:17:47.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T04:48:41.091Z (7 months ago)
- Language: Java
- Homepage:
- Size: 1.03 MB
- Stars: 24
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecyclerView
A extension of the RecyclerView that using it more easy.## Screenshots
![image](arts/srv.gif)## Features
* Swipe to dismiss.
* Drag and drop.
* Load more data.
* Add header and footer view.## Attributes
* swipe_enabled
* drag_enabled
* loading_footer
* selected_color## Usage
### Gradle
```
dependencies {
compile 'com.github.liuguangqiang.SuperRecyclerView:super-recyclerview:+'
}
```### Maven
```com.github.liuguangqiang.SuperRecyclerView
super-recyclerview
{ lastest version }
aar```
## License
Copyright 2015 Eric LiuLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.