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>

 

 
posted @ 2021-06-23 19:12  My帝王源  阅读(43)  评论(0)    收藏  举报