Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
donniesky committed Jun 15, 2017
2 parents 5d796b0 + 767bc02 commit 303016f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Walle <img alt="Walle is an android library" src="https://www.cleveroad.com/public/comercial/label-android.svg" height="19"> [![minSdk for Walle](https://img.shields.io/badge/minSdk-15-green.svg)](#)
# Walle <img alt="Walle is an android library" src="https://www.cleveroad.com/public/comercial/label-android.svg" height="19"> [![minSdk for Walle](https://img.shields.io/badge/minSdk-14-green.svg)](#)

## This is Walle - Recyclerview.Adapter's helper

Expand All @@ -8,7 +8,7 @@

with gradle
```GRADLE
compile 'com.github.donniesky:walle:0.0.1'
compile 'com.github.donniesky:Walle:0.1.0'
```

Assuming you have installed jitpack provider:
Expand Down Expand Up @@ -43,3 +43,8 @@ Walle wrapper = Walle.newBuilder()
.loadMoreViewRes(R.layout.view_loadmore)
.build();
```

### Thanks
* baseAdapter [hongyangAndroid/baseAdapter](https://github.com/hongyangAndroid/baseAdapter)
* BaseRecyclerViewAdapterHelper [CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)
* 更优雅的方式添加 Header 与 Footer [优雅的添加Header和Footer等](http://www.woaitqs.cc/android/2017/04/11/new-way-to-add-header-and-footer)

0 comments on commit 303016f

Please sign in to comment.