Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JunhuaLin/MultiTypeAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhuaLin committed Nov 10, 2019
2 parents cdb653c + 66e5cd9 commit 5ba4617
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# MultiTypeAdapter


[![GitHub license](https://img.shields.io/github/license/JunhuaLin/MultiTypeAdapter.svg?style=plastic)](https://github.com/JunhuaLin/MultiTypeAdapter/blob/master/LICENSE)
[![latest release](https://img.shields.io/github/release/JunhuaLin/MultiTypeAdapter.svg?style=plastic)](https://github.com/JunhuaLin/MultiTypeAdapter/releases)
[![pull requests welcome](https://img.shields.io/badge/pull%20requests-welcome-brightgreen.svg?style=plastic)](https://github.com/JunhuaLin/MultiTypeAdapter/pulls)
[![issues welcome](https://img.shields.io/badge/issues-welcome-brightgreen.svg?style=plastic)](https://github.com/JunhuaLin/MultiTypeAdapter/issues)


RecyclerView多条目适配器,灵活处理一对一,一对多条目,更小的复用粒度。

MultiTypeAdapter的优点如下:
Expand Down Expand Up @@ -221,4 +229,4 @@ public String getString(@StringRes int id)

感谢drakeet,部分优化参考[MultiType](https://github.com/drakeet/MultiType).

欢迎PR 和 Issues。
欢迎PR 和 Issues。

0 comments on commit 5ba4617

Please sign in to comment.