0
Q:

recycler view 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"
}
4
implementation 'com.android.support:recyclerview-v7:23.1.1'
1
dependencies {
    implementation 'com.android.support:recyclerview-v7:28.0.0'
}
0
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"
0

New to Communities?

Join the community