In this tutorial, we learn about CardView.
CardView
The CardView UI component shows information inside cards. We can customise its corners, the elevation and so on. We want to use this component to show contact information. These cards will be the rows of RecyclerView and we will see later how to integrate these two components.
We use following dependency :-
compile 'com.android.support:cardview-v7:26.1.0'
For more details visit:-
https://developer.android.com/trainin...
Read-create cards.
If you have any suggestion regarding android tutorial do comment on the comment box.
Please Like, Share & Subscribe.
Thank You !!