I'm trying to make image-gallery that shows one image at the time in couple seconds intervals from phones memory.
I found project that does almost exactly that: http://www.techipost.com/Downloads/AndroidImageSlider.zip
However images are load from drawable-folder. How to modify code to show images from sdcard?
I found project that does almost exactly that: http://www.techipost.com/Downloads/AndroidImageSlider.zip
However images are load from drawable-folder. How to modify code to show images from sdcard?