How to scroll among images viewed via intent in android

后端 未结 1 832
情深已故
情深已故 2021-01-16 11:07

I have created a function to view images in a single view using following Intent.

Intent intent = new Intent();
                        intent.setAction(andr         


        
相关标签:
1条回答
  • 2021-01-16 11:39

    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.

    0 讨论(0)
提交回复
热议问题