I was intended to download the images from a dynamic URL and show them on the grid view. when the user click the images in the grid view it should be seen in full screen and also
Solution 1:
Step 1 : Use Gallery in order to display the image.
Step 2 : Use lazy loading to download the images from server and display inside Gallery.
Since Gallery is auto swiped so there is no need to right specific code for it. Ya you can use onFling in order to control over swiping of Gallery.
Post a Comment for "How Can I Swipe The Images In Android"