I have some photos in my drawable folder and I use GalleryImageAdapter
for implementing all images in ImageView
. But I want to add ImageSlider
with swipe and pinch zoom gestures. I did find this tutorial: http://www.androidhive.info/2013/09/android-fullscreen-image-slider-with-swipe-and-pinch-zoom-gestures/
The tutorial loads images on the sd card, but I want to load images in my drawable folder. I've tried it many times without success.