Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawloretienne/QuickReturn
Showcases QuickReturn UI Pattern as either a header, footer, or both header and footer
https://github.com/lawloretienne/QuickReturn
Last synced: 6 days ago
JSON representation
Showcases QuickReturn UI Pattern as either a header, footer, or both header and footer
- Host: GitHub
- URL: https://github.com/lawloretienne/QuickReturn
- Owner: lawloretienne
- License: apache-2.0
- Created: 2014-06-24T07:37:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T05:31:25.000Z (about 4 years ago)
- Last Synced: 2024-10-15T09:40:59.911Z (24 days ago)
- Language: Java
- Homepage:
- Size: 144 MB
- Stars: 1,454
- Watchers: 80
- Forks: 266
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - QuickReturn - 展示QuickReturn UI 模块 (其他)
README
## DEPRECATED
**QuickReturn** is deprecated. No more development will be taking place. At the time of creating this library CoordinatorLayout did not exist. Please check out CoordinatorLayout as you should be able to implement all the similar functionality that is in this library with the help of Behaviors.
Thanks for all your support!
***
**QuickReturn** is a library which showcases the **QuickReturn UI Pattern**.
The **QuickReturn UI Pattern** reveals or hides a header or footer as content is scrolled up or down.
This library has support for **RecyclerView**, **ListView**, and **ScrollView**.
The samples in the project include examples of the **QuickReturn UI Pattern** as seen in **Google+**, **Facebook**, and **Twitter**.
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-lawloretienne%2FQuickReturn-blue.svg?style=flat)](https://android-arsenal.com/details/3/698)
## Setup
#### Gradle
`compile 'com.github.lawloretienne:quickreturn:0.0.3'`
#### Maven
```com.github.lawloretienne
quickreturn
0.0.3```
## Sample Usage
[Wiki Examples](https://github.com/lawloretienne/QuickReturn/wiki)
### Download Link
https://www.dropbox.com/s/2vf3pzqme9r2gu1/app-release.apk?dl=0
### QuickReturn Demo
[![QuickReturn Demo](http://img.youtube.com/vi/SxcvZ1qIyZ4/0.jpg)](https://www.youtube.com/watch?v=SxcvZ1qIyZ4)
## Developed By
* Etienne Lawlor
**Email** - [email protected]**Website** - https://medium.com/@etiennelawlor
## Projects/Apps using QuickReturn
Feel free to contact me to add yours to this list.
## License
```
Copyright 2014 Etienne LawlorLicensed 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.
```