RecycleView实现(LinearLayout,GridLayout,StaggeredGridLayout)

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
只展示效果图详细代码请求访问一下链接
https://github.com/guoxinyu1995/okhttp/tree/master/recycleview_01
需要导入的依赖

//okhttp依赖
    implementation 'com.squareup.okhttp3:okhttp:3.11.0'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
    // glide加载图片依赖
    implementation 'com.github.bumptech.glide:glide:4.8.0'
    //recyclerview依赖
    implementation 'com.android.support:recyclerview-v7:28.0.0'

猜你喜欢

转载自blog.csdn.net/guoxinyu1207/article/details/84961479
今日推荐