I would like to implement CardView in my app so that all ListView items are CardViews. Is it as simple as encapsulating a ListVi
CardView
ListView
ListVi
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.