AndroidImageSlider
AndroidImageSlider copied to clipboard
Images from sd card
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??
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);