android开发中遇到的问题汇总
1、新版本的recyclerview的使用
(1)在app\build.gradle中添加依赖 (对应于androidx.appcompat:appcompat:1.0.2)
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha05'
(2)在布局文件中使用以下标签
<androidx.recyclerview.widget.RecyclerView>
1、新版本的recyclerview的使用
(1)在app\build.gradle中添加依赖 (对应于androidx.appcompat:appcompat:1.0.2)
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha05'
(2)在布局文件中使用以下标签
<androidx.recyclerview.widget.RecyclerView>