Class ImageDownload

  • All Implemented Interfaces:
    java.util.concurrent.Callable<android.graphics.Bitmap>

    public class ImageDownload
    extends java.lang.Object
    implements java.util.concurrent.Callable<android.graphics.Bitmap>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.graphics.Bitmap call()  
      static ImageDownload create​(java.lang.String imageUrl)
      Creates an object of ImageDownload
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • call

        public android.graphics.Bitmap call()
                                     throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<android.graphics.Bitmap>
        Throws:
        java.lang.Exception
      • create

        public static ImageDownload create​(java.lang.String imageUrl)
        Creates an object of ImageDownload
        Parameters:
        imageUrl -
        Returns:
        Object of ImageDownload