Skip to content

Commit

Permalink
README.md added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 6, 2019
1 parent e4e7db7 commit 8b7b4b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14)
[![Build Status](https://travis-ci.org/skydoves/BaseRecyclerViewAdapter.svg?branch=master)](https://travis-ci.org/skydoves/BaseRecyclerViewAdapter)
[![Javadoc](https://img.shields.io/badge/Javadoc-BaseRecyclerViewAdapter-yellow.svg)](https://skydoves.github.io/libraries/baserecyclerviewadapter/javadoc/baserecyclerviewadapter/com.skydoves.baserecyclerviewadapter/index.html)

<br>
Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.<br>
And lets you implement paging and endless-recyclerView easily.<br>
Expand Down
Expand Up @@ -20,6 +20,7 @@ import androidx.recyclerview.widget.GridLayoutManager
import androidx.recyclerview.widget.LinearLayoutManager
import androidx.recyclerview.widget.RecyclerView

@Suppress("SpellCheckingInspection", "MemberVisibilityCanBePrivate", "unused")
class RecyclerViewPaginator(
private val recyclerView: RecyclerView,
private val isLoading: () -> Boolean,
Expand Down

0 comments on commit 8b7b4b1

Please sign in to comment.