摘要: RecyclerView列表展示 三步实现列表: 定义Item布局(如item_user.xml) 创建Adapter: kotlin class UserAdapter(val data: List) : RecyclerView.Adapter<UserAdapter.ViewHolder>() 阅读全文
posted @ 2025-06-03 23:31 也祝她开心 阅读(5) 评论(0) 推荐(0)