daimajia / AndroidImageSlider

An amazing and convenient Android image slider.
MIT License
5.63k stars 1.66k forks source link

Images from sd card #274

Open Asim-altitude opened 7 years ago

Asim-altitude commented 7 years ago

i am unable to load images from sd card i am using the same paths for images with another slider and thats working but not with this one. any help??

zeylevruntime commented 5 years ago

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);