1

I need to create an android gallery where the selected image is larger than others, how can I do it ? Also can I resize the image as the users drags it to give a better user experience?

Thanks

askanaan
  • 197
  • 3
  • 11

2 Answers2

0

Are you looking for something like this?

Shrikant Ballal
  • 7,067
  • 7
  • 41
  • 61
0

The definition of your requirements is a bit vague, but you could have a look at CoverFlow and adjust it to your needs.

To zoom the image you could use ImageViewZoom.

Dennis Winter
  • 2,027
  • 4
  • 32
  • 45