Glide

可以從網路上直接抓圖顯示

Glide.with(this)
.load("https://goo.gl/gEgYUd")
.into(activityMainBinding.ivSample);

Last updated