我们可以在xml:
中设置ImageView的srcandroid:src="@drawable/image"
我们也可以在xml中设置背景:
android:background="@drawable/background"
如果我使用Picasso以编程方式设置图像来替换它们,它会通过缓存/回收位图来减少内存消耗,调整大小,使用.fit()吗?
答案 0 :(得分:0)
您无法从Picasso / Glide / UniversalImageLoader库加载位图或绘图......
检查显示位图优化:
http://developer.android.com/training/displaying-bitmaps/index.html