-
public class AsyncImageDownloadTask extends AsyncTask<String, Void, AsyncImageDownloadTask.Result>
Simple AsyncTask that will handle the downloading of the hero image. No need for all of Batch's Webservice stuff here, simply download the image and call it a day.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classAsyncImageDownloadTask.Resultpublic classAsyncImageDownloadTask.BitmapResultpublic classAsyncImageDownloadTask.GIFResultpublic interfaceAsyncImageDownloadTask.ImageDownloadListener
-
Constructor Summary
Constructors Constructor Description AsyncImageDownloadTask(AsyncImageDownloadTask.ImageDownloadListener listener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
AsyncImageDownloadTask
AsyncImageDownloadTask(AsyncImageDownloadTask.ImageDownloadListener listener)
-
-
-
-