AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

Slider from file which downloaded on SDcard

Open pishguy opened this issue 7 years ago • 2 comments

Hi, how can i put downloaded images from SDcard to slider?

pishguy avatar Jul 16 '16 11:07 pishguy

Hello I'm the same question you also want to change the name of the image saved in the cache .. from what I saw would have to manipulate the Picasso library

Picasso p = ...

defaultSliderView.setPicasso (p);

this link I found some information .. http://stackoverflow.com/questions/23978828/how-do-i-use-disk-caching-in-picasso

It did not work correctly with me ..

mgpx avatar Jul 26 '16 19:07 mgpx

you must get your file path like this File fileImage = new File("/storage/emulated/0/Pictures/cropped2007392235.jpg HashMap<String,File> url_maps = new HashMap<String, File>(); url_maps.put("Big Bang Theory", fileImage);

zeylevruntime avatar Dec 03 '18 08:12 zeylevruntime