public static interface NetworkImageView.ImageURLBuilder
String buildUrl(String url, int width, int height, android.widget.ImageView.ScaleType scaleType)
url - Original image url.width - Width of the ImageView. 0 if it is WRAP_CONTENT.height - Height of the ImageView. 0 if it is WRAP_CONTENT.scaleType - ScaleType of the ImageView.Copyright © 2014. All rights reserved.