在RecyclerView.ViewHolder中显示列表的最佳实践?

问题描述 投票:0回答:1

我想知道在ViewHolder中显示小项目列表的最佳做法是什么?

应该看起来像这样:

enter image description here

android android-recyclerview android-viewholder
1个回答
1
投票

看看this answerthis project

第二种方式是创建nested RecyclerViews

© www.soinside.com 2019 - 2024. All rights reserved.