📜  android listview 到 recyclerview - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:55.279000             🧑  作者: Mango

代码示例1
Import dependency.
Replace ListView with RecyclerView.
Replace ListView with RecyclerView in the Java file.
Update the adapter.
Update the ViewHolder.
Update the constructor.
Override onCreateViewHolder method.
Override onBindViewHolder method.
Modify getCount() method.
Attach the new adapter.
Attach LayoutManager.
Attach new OnClickListener.