RecyclerView详解1之基本使用

RecyclerView的使用上主要涉及: 1.build.gradle中添加依赖   implementation 'com.android.support:recyclerview-v7:26+' 2. xml布局文件中使用RecyclerView控件 <android.support.v7.widget.RecyclerView android:layout_width="match_par
相关文章
相关标签/搜索