Glide 썸네일형 리스트형 Glide 3.7.0에서 4.6.1 로 변경 참고https://github.com/bumptech/glide 기존에 사용하던 라이브러리implementation 'com.github.bumptech.glide:glide:3.7.0'implementation 'jp.wasabeef:glide-transformations:2.0.1' 변경된 라이브러리 implementation 'com.github.bumptech.glide:glide:4.6.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1' 변경전 3.7.0Glide.with(context) .load(img_url) .diskCacheStrategy(DiskCacheStrategy.ALL) .thumbnail(0.1f) .overr.. 더보기 이전 1 다음