当前位置:   article > 正文

recycleview glide 基础使用_glid recycleview

glid recycleview

基于Android Studio 3.1.2

第一步:app/build.gradle 文件中添加依赖  版本号跟android-support-v7包一致

  1. implementation 'com.android.support:recyclerview-v7:27.1.1'
  2. //Glide图片加载库
  3. implementation 'com.github.bumptech.glide:glide:4.2.0'

第二步:在activity_main.xml中添加布局

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:context=".MainActivity">
  8. <android.support.v7.widget.RecyclerView
  9. android:id="@+id/recyclerview"
  10. android:layout_
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/482769
推荐阅读
相关标签
  

闽ICP备14008679号