标签: android android-glide
在Piccasso库中,有一种方法可以设置稳定密钥而不是URI或资源ID。
Picasso.with(context).load(url).stableKey(getStableKey(url))
有没有办法在Glide库中做同样的事情?