public interface ImageReSizer
| Modifier and Type | Method and Description |
|---|---|
int |
getInSampleSize(ImageTask imageTask)
Return the
BitmapFactory.Options#inSampleSize, which will be used when load the image from the disk. |
java.lang.String |
getRemoteUrl(ImageTask imageTask) |
int getInSampleSize(ImageTask imageTask)
BitmapFactory.Options#inSampleSize, which will be used when load the image from the disk.
You should better calculate this value according the hard device of the mobile.java.lang.String getRemoteUrl(ImageTask imageTask)