Skip to content Skip to sidebar Skip to footer

How To Scroll Among Images Viewed Via Intent In Android

I have created a function to view images in a single view using following Intent. Intent intent = new Intent(); intent.setAction(android.content.Intent.ACTI

Solution 1:

I got the answer. Actually, I was not able to swipe the images to see next one because the default gallery app doesn't knew that more image exists in that path. So I notified the media resolver using broadcast intent and then I was able to swipe images.


Post a Comment for "How To Scroll Among Images Viewed Via Intent In Android"