1. Create a new Android Studio project and implement the libraries for CardView and RecyclerView. Make use of the colors.xml and strings.xml files. code example
Example: how to add cardview in android studio
dependencies {
implementation 'com.android.support:cardview-v7:28.0.0'
}