QuickReturn

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

Лицензия

Лицензия

Группа

Группа

com.github.lawloretienne
Идентификатор

Идентификатор

quickreturn
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

QuickReturn
Showcases QuickReturn UI Pattern as either a header, footer, or both header and footer
Ссылка на сайт

Ссылка на сайт

https://github.com/lawloretienne/QuickReturn
Система контроля версий

Система контроля версий

https://github.com/lawloretienne/QuickReturn

Скачать quickreturn

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.lawloretienne/quickreturn/ -->
<dependency>
    <groupId>com.github.lawloretienne</groupId>
    <artifactId>quickreturn</artifactId>
    <version>0.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lawloretienne/quickreturn/
implementation 'com.github.lawloretienne:quickreturn:0.0.3'
// https://jarcasting.com/artifacts/com.github.lawloretienne/quickreturn/
implementation ("com.github.lawloretienne:quickreturn:0.0.3")
'com.github.lawloretienne:quickreturn:aar:0.0.3'
<dependency org="com.github.lawloretienne" name="quickreturn" rev="0.0.3">
  <artifact name="quickreturn" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.lawloretienne', module='quickreturn', version='0.0.3')
)
libraryDependencies += "com.github.lawloretienne" % "quickreturn" % "0.0.3"
[com.github.lawloretienne/quickreturn "0.0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » recyclerview-v7 jar 23.1.1

Модули Проекта

Данный проект не имеет модулей.

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

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

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.

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1