Android RecyclerView
摘要:
1、用法案例:在RecyclerView中展示水果图片以及水果名称 水果实体类:Fruit.kt class Fruit(val fruitName: String, val fruitImage: Int) RecyclerView中水果数据项布局:fruit_item.xml <?xml ver 阅读全文
posted @ 2023-06-29 16:32 Devil'soul 阅读(34) 评论(0) 推荐(0) 编辑