QuickReturn

Additional

Language
Java
Version
N/A
Created
Jun 24, 2014
Updated
Sep 2, 2020 (Retired)
Owner
Etienne Lawlor (lawloretienne)
Contributors
kennylong (longkai)
Etienne Lawlor (lawloretienne)
Tho Neyugn (nguyentruongtho)
3
Activity
Badge
Generate
Download
Source code

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.

Setup

Gradle

compile 'com.github.lawloretienne:quickreturn:0.0.3'

Maven

<dependency>
    <groupId>com.github.lawloretienne</groupId>
    <artifactId>quickreturn</artifactId>
    <version>0.0.3</version>
</dependency>

Sample Usage

Wiki Examples

Download Link

https://www.dropbox.com/s/2vf3pzqme9r2gu1/app-release.apk?dl=0

QuickReturn Demo

Developed By

  • Etienne Lawlor

   Email - lawloretienne@gmail.com

   Website - https://medium.com/@etiennelawlor

Projects/Apps using QuickReturn

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.