File tree Expand file tree Collapse file tree 4 files changed +33
-4
lines changed
Expand file tree Collapse file tree 4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1- EasyRecyclerView
1+ # EasyRecyclerView
22
3- ![ ] ( https://im2.ezgif.com/tmp/ezgif-2-b7f5cfaf16.gif )
4- ![ ] ( https://im2.ezgif.com/tmp/ezgif-2-766bf97f96.gif )
3+ ![ ] ( art/ezgif-2-b198a93ca7.gif )
4+ ![ ] ( art/ezgif-2-c7f0cab8fd.gif )
5+ ![ ] ( art/ezgif-2-af1f3835d9.gif )
6+
7+ ## Install
8+ ```
9+ repositories {
10+ maven { url "https://jitpack.io" }
11+ }
12+
13+ dependencies {
14+ compile 'com.github.nyakokishi:EasyRecyclerView:1.0'
15+ }
16+
17+ ```
18+
19+ ## Usage
20+
21+ ```
22+ <com.nyakokishi.easyrecyclerview.EasyRecyclerView
23+ android:id="@+id/recyclerView"
24+ android:layout_width="match_parent"
25+ android:layout_height="match_parent"
26+ app:footerLayout="@layout/view_loading"
27+ />
28+ ```
29+
30+ ```
31+ recyclerView.setLoadingListener {
32+ loadMoreData()
33+ }
34+ ```
535
6- ![ ] ( https://im2.ezgif.com/tmp/ezgif-2-b198a93ca7.gif )
736
837# License
938
You can’t perform that action at this time.
0 commit comments