AsyncTask fpr retrieving icons while browsing.
More...
|
| IconDownloadTask (ImageView imageView) |
|
| IconDownloadTask (ImageView imageView, BrowseContentItemAdapter browseContentItemAdapter) |
|
|
Bitmap | doInBackground (Uri... uri) |
| Download image and convert it to icon.
|
|
void | onPostExecute (Bitmap result) |
| Replaces the icon in the list with the recently loaded icon.
|
|
AsyncTask fpr retrieving icons while browsing.
- Author
- Christoph Hähnel (eyeless)
◆ doInBackground()
Bitmap de.yaacc.util.image.IconDownloadTask.doInBackground |
( |
Uri... |
uri | ) |
|
|
protected |
Download image and convert it to icon.
- Parameters
-
- Returns
- icon
◆ onPostExecute()
void de.yaacc.util.image.IconDownloadTask.onPostExecute |
( |
Bitmap |
result | ) |
|
|
protected |
Replaces the icon in the list with the recently loaded icon.
- Parameters
-
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/de/yaacc/util/image/IconDownloadTask.java