implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' implementation 'jp.wasabeef:glide-transformations:4.1.0' implementation 'com.github.bumptech.glide:recyclerview-integration:4.12.0' public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); Glide.init(this, new GlideBuilder() ); } } ImageView imageView = findViewById(R.id.imageView); GlideApp.with(this) .into(imageView);


上一篇:
下一篇:
切换中文