开发者

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 animations for example when you click on a photo the comments, share and next and previous buttons are all implemented using animation.


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!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜