标签: android firebase firebase-realtime-database
如何使用Firebase实时数据库从URL检索图像
询问代码
enter image description here
答案 0 :(得分:0)
您需要使用Google提供的类似于Glide的库:https://github.com/bumptech/glide或Picasso:http://square.github.io/picasso/
Glide
Picasso
Glide示例:GlideApp.with(this).load("http://your_URL").into(imageView);
GlideApp.with(this).load("http://your_URL").into(imageView);