cardview dependency androidx code example
Example 1: android cardview dependency
dependencies {
implementation "androidx.cardview:cardview:1.0.0"
}
Example 2: androidx recyclerview dependency
dependencies {
implementation "androidx.recyclerview:recyclerview:1.1.0"
// For control over item selection of both touch and mouse driven selection
implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
}
Example 3: cardview dependency
implementation "androidx.cardview:cardview:1.0.0"