Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建可以在屏幕上滚动的动态列表。为了在 Android 中做到这一点,我们创建了一个自定义适配器扩展RecyclerView.Adapter<ListItem>,其中 ListItem 是一个包含列表项扩展内容的类RecyclerView.ViewHolder。
RecyclerView.Adapter<ListItem>
RecyclerView.ViewHolder
如何在 HarmonyOS 中制作这样的可滚动列表?
请参考ListContainerHarmonyOS 开发文档。
ListContainer
ListContainer是用于在多行中显示连续数据的组件。它包含一系列相同类型的列表项。
文档链接。