I'd like to know how I can download an Image from a given URL and display it inside an ImageView. And is there any permissions required to mention in the manifest.xml file?
|
|
|||||
|
|
You need to put this
you can try this code.
|
||||
|
|
|
Use background thread to get image and after getting image set it in imageview using hanndler.
Handler code where we set downloaded image in imgaeview.
And ofcourse you need internet permission.
|
|||
|
|
|
You need to set |
|||
|
|
|
There is the Something you should know is, that using a normal |
|||
|
|
|
look this: Option A:
Option B:
Jus run the method in a background thread. |
|||
|
|