Skip to content
Bruno Ferrari edited this page Mar 23, 2018 · 3 revisions

Welcome to the XmartRecyclerView documentation page!

Here you'll find all the needed steps to properly get started with this library.

Installation

Add jitpack to your root build.gradle file:

	allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}

Then add the XmartRecylcerView dependency to your application build.gradle file:

	dependencies {
		implementation 'com.github.xmartlabs.XmartRecyclerView:X.X.X'
	}

Usage

Adapter

Visible threshold

Single Adapter

Multiple Adapter

ViewHolder

On demand loading

RecyclerView

NestedScrollView

Empty View

Loading state