Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 0807729

Browse files
committed
Merge branch 'master' of github.com:quiph/RecyclerView-FastScroller
2 parents e573438 + a6d9949 commit 0807729

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# <img src ="https://upload.wikimedia.org/wikipedia/commons/b/b5/Kotlin-logo.png" width=24> RecyclerViewFastScroller
22

3-
A simple, easy to use and configurable fast scroller for `RecyclerView`
3+
![Github release](https://img.shields.io/github/release/quiph/recyclerview-fastscroller.svg)
4+
![Maven version](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/com/quiph/ui/recyclerviewfastscroller/maven-metadata.xml.svg) ![Code size](https://img.shields.io/github/languages/code-size/quiph/recyclerview-fastscroller.svg?colorB=4bc51d) [![Android Weekly #317](https://img.shields.io/badge/Android%20Weekly-%23317-1eafe6.svg)](https://androidweekly.net/issues/issue-317) [![Kotlin Weekly #101](https://img.shields.io/badge/Kotlin%20Weekly-%23101-9e5ef2.svg)](https://mailchi.mp/kotlinweekly/kotlin-weekly-100-sytgpg6yuv?e=55ca282aa1)
5+
6+
A simple, easy to use and configurable fast scroller for `RecyclerView`
47

58
<img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_contacts.gif" width=280> <img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_countries.gif" width=280> <img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_numbers.gif" width=280>
69

10+
## Adding the dependency
11+
```groovy
12+
implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.1-alpha'
13+
```
14+
## Java-only project?
15+
As Kotlin compiles to Java, there's no need to externally add the Kotlin runtime or any other Kotlin dependencies when using this. Also the library is **100% compatible with Java** and requires **no migration** of the base project to Kotlin.
16+
717
## Usage:
818

919
The base layout type for this fast scroller is a `RelativeLayout` so creating a simple

0 commit comments

Comments
 (0)