AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

how can open image from SDCard

Open pawarlalit29 opened this issue 10 years ago • 1 comments

how can open image from SDCard path like : /storage/emulated/0/DCIM/Photo_20150617_192943.jpg

pawarlalit29 avatar Jun 27 '15 10:06 pawarlalit29

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