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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.