android - Save image to sdcard from imageview -
i have listview having customized textview , 1 imageview. when long click on item have store item information database question how store image in sdcard , store relevant path database. image alread download cache don't want re-download image.
is there way store image sdcard.
i using example download images listview https://github.com/thest1/lazylist
edit got solution
no need process when using example. store web path of image database , pass imageview imageloader object path it'll use cache images if image exist same url
no need process, using example it'll care future usage same url of image. cache directory if image found use image otherwise download , use it.
Comments
Post a Comment