The Wayback Machine - https://web.archive.org/web/20201109173853/https://github.com/topics/recyclerview
Skip to content
#

recyclerview

Here are 2,430 public repositories matching this topic...

MrShuHong
MrShuHong commented Oct 23, 2020

目前更新adapter只能使用一种方式
var items = emptyList<String>() var mMultiTypeAdapter = MultiTypeAdapter() mMultiTypeAdapter.items = items mMultiTypeAdapter.notifyDataSetChanged()

每次都需要在外面,新建一个items,然后设置给adapter替换掉,假如我如果想
`
var items = emptyList()
var mMultiTypeAdapter = MultiTypeAdapter()
mMultiTypeAdapter.items = items
mMultiTypeAdapter.notifyDataSetChanged()

//第二次请求到数据
var it

即使不用饿了么订餐,也请务必收藏好该库!🔥 一行代码即可接入,二级联动订餐列表 - Even if you don't order food by PrubHub, be sure to collect this library, please! 🔥 This secondary linkage list widget can be accessed by only one line of code. Supporting by RecyclerView & AndroidX.
  • Updated Nov 6, 2020
  • Java

Improve this page

Add a description, image, and links to the recyclerview topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recyclerview topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.