I want to create the activity which will load the images from Web by using urls and i want to load that images in list view and i want some specific text and properties of that image in front of that image like the image below Click to see Image.Is there any way to store that images temporarily in phones memory.So how can i do this activity please give me perfect solution so that i can complete my application.How can i load the images from web.
Share
Let’s try like this
URL img_value=new URL(img[position]);
here holder.image is an image widget kept in your xml for image view.
It directy load an image from the given url.
or else try like this below by creating class named DrawableManager…
new DrawableManager().fetchDrawableOnThread(VAL3[position],holder.icon);