I am working on an application in which I have to show the preview of image attachments, I have online path of the images. How can I show the preview of the image from that path in android application?
Asked
Active
Viewed 180 times
1
-
1see this answer here http://stackoverflow.com/questions/7763841/how-to-download-a-image-from-url-in-app/7763913#7763913 – MKJParekh Dec 19 '11 at 06:47
1 Answers
0
If you want to have images, you have to hit the server to get them. What I suggest to run AsyncTask and get that image and show it as you want.

Nimantha
- 6,405
- 6
- 28
- 69

Rohit Mandiwal
- 10,258
- 5
- 70
- 83