AsyncTask fpr retrieving icons while browsing.  
 More...
 | 
|   | ImageDownloadTask (ImageView imageView) | 
|   | Initialize a new download by handing over the the list where the image should be shown.  
  | 
|   | 
 | 
| 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) 
 
 
◆ ImageDownloadTask()
      
        
          | de.yaacc.util.image.ImageDownloadTask.ImageDownloadTask  | 
          ( | 
          ImageView  | 
          imageView | ) | 
           | 
        
      
 
Initialize a new download by handing over the the list where the image should be shown. 
- Parameters
 - 
  
    | imageView | contains the view  | 
  
   
 
 
◆ doInBackground()
  
  
      
        
          | Bitmap de.yaacc.util.image.ImageDownloadTask.doInBackground  | 
          ( | 
          Uri...  | 
          uri | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Download image and convert it to icon. 
- Parameters
 - 
  
  
 
- Returns
 - icon 
 
 
 
◆ onPostExecute()
  
  
      
        
          | void de.yaacc.util.image.ImageDownloadTask.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/ImageDownloadTask.java