Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychan committed Mar 22, 2018
1 parent 20200d0 commit 03091c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ItemProvider的convert()方法中用于处理相应的业务逻辑,onClick()
//getViewType()中可能因为某些业务逻辑,需要将某个值传递过来进行判断,返回对应的viewType
//registerItemProvider()中可以将值传递给ItemProvider
finishInitialize();
finishInitialize();//调用该方法告知MultipleItemRvAdapter1️已初始化完构造函数参数的传递
}

@Override
Expand Down Expand Up @@ -224,7 +224,7 @@ ItemProvider的convert()方法中用于处理相应的业务逻辑,onClick()
打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下:

dependencies {
compile 'com.github.chaychan:MultipleItemRvAdapter:1.0.0' //建议使用最新版本
compile 'com.github.chaychan:MultipleItemRvAdapter:1.0.1' //建议使用最新版本
}


Expand Down

0 comments on commit 03091c1

Please sign in to comment.