8000 GitHub - wtuadn/yrecyclerview: 一个简单的Recyclerview库,下拉刷新、自动刷新、上拉加载、可添加Header、Footer、EmptyView,支持点击、长按、创建上下文菜单事件,支持List集合和数据库Cursor两种模式
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

一个简单的Recyclerview库,下拉刷新、自动刷新、上拉加载、可添加Header、Footer、EmptyView,支持点击、长按、创建上下文菜单事件,支持List集合和数据库Cursor两种模式

Notifications You must be signed in to change notification settings
8000

wtuadn/yrecyclerview

Repository files navigation

yrecyclerview

一个简单的Recyclerview库,下拉刷新、自动刷新、上拉加载、可添加Header、Footer、EmptyView,支持点击、长按、创建上下文菜单事件,支持List集合和数据库Cursor两种模式

YRecyclerView 基类

LoadRecyclerView 可上拉加载的RecyclerView

YSwipeRefreshLayout 可自动刷新的SwipeRefreshLayout

LoadOrRefreshView 可下拉刷新、自动刷新、上拉加载

效果图:

Cursor ADAPTER的展示效果和LIST ADAPTER一样,需要的可以下载DEMO查看如何使用RecyclerCursorAdapter

How to

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			<
55AC
span class="pl-k">...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency:

	dependencies {
	        compile 'com.github.wtuadn:yrecyclerview:v1.1.6'
	}

Tips

compileSdkVersion需要大于等于26

About

一个简单的Recyclerview库,下拉刷新、自动刷新、上拉加载、可添加Header、Footer、EmptyView,支持点击、长按、创建上下文菜单事件,支持List集合和数据库Cursor两种模式

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0