I want to load array of Images one by one from drawable. At a given time the ImageView should display one image when user slides, it should load the next Image.
Can I acheive this?? I don’t like gallery view, I directly need to load the single image dat fills the screen and slides through till the end of Array.
Thanks in advance for your time.
After thinking for hours I came up with solution as none of the answers helped me.
Java Code