Skip to content

The Android widget within a RecyclerView can pull to refresh and load more.

License

Notifications You must be signed in to change notification settings

kateLee/RecyclerViewLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecyclerViewLayout

Download

Developing Project

Table of Contents

Demo

auto_hiding parallax_scrolling load_more

English info

Base on android.support.v7.RecyclerView

Feature

  1. support swipe to refresh and load more.
  2. support use header and footer.
  3. support header auto hiding.
  4. support header parallax scrolling.

Chinese info

以 android.support.v7.RecyclerView 作為基底

特色

  1. 支援下拉更新和載入更多。
  2. 支援頁首和頁腳項目。
  3. 支援在使用者滑動時,頁首自動隱藏。
  4. 支援視差滾動的頁首。

Usage

buildscript {
    repositories {
        jcenter({url "http://jcenter.bintray.com/"})
    }
}

repositories {
        jcenter({url "http://jcenter.bintray.com/"})
}

dependencies {
    compile 'com.github.katelee.widget:recyclerviewlayout:0.9.8'
}

About

The Android widget within a RecyclerView can pull to refresh and load more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages