Can one use cardview for listview item and how

后端 未结 4 1377
南旧
南旧 2020-12-16 18:47

I would like to implement CardView in my app so that all ListView items are CardViews. Is it as simple as encapsulating a ListVi

4条回答
  •  既然无缘
    2020-12-16 19:28

    Yes you can use CardView for list item in ListView. But I suggest you to use RecyclerView instead of ListView, since it is the updated version of ListView. Check this for RecyclerView with CardView.

提交回复
热议问题