1

I'd like to create a full screen android gallery. In this gallery I would like to be able to swipe the image off the screen like the google gallery app, but have the same image show up again. I'd also like the next image to show up underneath the image being swiped away. Is there an easy way to do this?

HighLife
  • 4,218
  • 7
  • 40
  • 56

1 Answers1

2

You will need a CustomAdapter.

Have a look at these links:

Android Endless Adapter

Endless Gallery discussion

CommonsWare's Endless Adapter

And for the Carousel of the Image here is a nice tutorial and source available

Community
  • 1
  • 1
Adil Soomro
  • 37,609
  • 9
  • 103
  • 153