Class DownloadImageTask


  • public class DownloadImageTask
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DownloadImageTask​(android.widget.ImageView image)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void execute​(java.lang.String url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DownloadImageTask

        protected DownloadImageTask​(android.widget.ImageView image)
    • Method Detail

      • execute

        protected void execute​(java.lang.String url)