|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.ugr.swad.swadroid.DownloadImageTask
public class DownloadImageTask
Class for download a single image from URL and show it in an ImageView.
Field Summary | |
---|---|
(package private) ImageView |
bmImage
|
Constructor Summary | |
---|---|
DownloadImageTask(ImageView bmImage)
|
Method Summary | |
---|---|
protected Bitmap |
doInBackground(java.lang.String... urls)
|
protected void |
onPostExecute(Bitmap result)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ImageView bmImage
Constructor Detail |
---|
public DownloadImageTask(ImageView bmImage)
Method Detail |
---|
protected Bitmap doInBackground(java.lang.String... urls)
protected void onPostExecute(Bitmap result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |