AndroidImageSlider
AndroidImageSlider copied to clipboard
how can open image from SDCard
how can open image from SDCard path like : /storage/emulated/0/DCIM/Photo_20150617_192943.jpg
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);