Skip to content Skip to sidebar Skip to footer

Photo Gallery In Android

I am trying implement a photo gallery similar to facebook in Android. I was wondering where I could look for information on how to do this. I realize some of it is done using anim

Solution 1:

I hacked a simple android image gallery, it's on github.

You can actually take a look, and get those codes you want, then build on top of it for more features.

For example, you can use SimpleOnGestureListener to specify what to do on single tap event, maybe to show the options to share, comments, browse next/previous photo etc. For animation, you can also add View Animation as transition when showing the options.

Hope it helps!

Post a Comment for "Photo Gallery In Android"