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: about 21 hours ago
JSON representation

Showcases QuickReturn UI Pattern as either a header, footer, or both header and footer

Lists

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

- TradeHero
- RadPad

Feel free to contact me to add yours to this list.

## License

```
Copyright 2014 Etienne Lawlor

Licensed 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 at

http://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.
```