tangjingyuan

Results 1 comments of tangjingyuan

You can implement your own ImageAware and define the getId method to download the image. e.g. public class NonReusedViewAware implements ImageAware { @Override public int getId() { return super.hashCode(); }...