Skip to content

Commit 12766b4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ce47d35 + c4c8a20 commit 12766b4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ Here's some of the core features of this library:
1313
* Very lightweight, memory, and processing efficient as opposed to other alternatives
1414
* Very customizable
1515

16+
How to use it...
17+
18+
In your project level build.gradle :
19+
```java
20+
allprojects {
21+
repositories {
22+
...
23+
maven { url "https://jitpack.io" }
24+
}
25+
}
26+
```
27+
28+
In your app level build.gradle:
29+
```java
30+
dependencies {
31+
compile 'com.github.tylersuehr7:empty-state-recyclerview:1.0.3'
32+
}
33+
```
34+
1635
## Using the Empty State RecyclerView
1736
The basic usage of this library is to distract the user while data is being fetched/loaded in the background. The user can be distracted with text or a neat animation that is customizable to your liking
1837

0 commit comments

Comments
 (0)