Android Studio – Android Studio – RecyclerView with API level 19 (API 19)
I need to use RecyclerView with API 19 (API level 19). I already have tried adding implementation 'com.android.support:recyclerview-v7:+' and implementation 'androidx.recyclerview:recyclerview:1.0.0' in build.gradle but no success. I am new to Android development. I have checked 3-4 similar questions but no…