ImageView 在xml中设置了background,想在activity 生命周期里面手动回收资源。这个可以实现吗?
怪我咯2017-04-17 17:54:59
It should be automatically recycled. If manual recycling is needed, don’t define it in xml
黄舟2017-04-17 17:54:59
This is automatically recycled and will be recycled when the activity is destroyed