Advantage and disadvantage of CardView
问题 What are the advantages and drawbacks of CardView , other than the shadow or elevation, what is the benefit in performance and looks? What is done using CardView can also be done using a combination of other layouts. 回答1: Advantage of Cardview is definitely its default implementation of the shadow and the rounded corners, in simple words Cardview is just a FrameLayout with shadow and rounded corners. You can do almost the same stuff with a Cardview that you can do with a Framelayout (as