Class | Description |
---|---|
AsyncDecodeFileForced |
AsyncTask to decode a Bitmap from file given its path.
|
AsyncDecodeFileMeasured |
AsyncTask to decode a Bitmap from a file given its path and desired dimensions.
|
AsyncDecodeResForced |
AsyncTask to decode a Bitmap from resource given its resource ID.
|
AsyncDecodeResMeasured |
AsyncTask to decode a Bitmap from resource given its resource ID and desired dimensions.
|
AsyncDecodeUrlForced |
AsyncTask to decode a Bitmap from a url.
|
AsyncDecodeUrlMeasured |
AsyncTask to decode a Bitmap from a url given its desired dimensions.
|