Jeongbebs
Jeongbebs

Reputation: 4120

How to implement gallery

I was trying to look for example of gallery in the net, but luckily I found my previous work. However, when I opened my main activity, it said that "Gallery" is deprecated, and I found out that it was deprecated since API 16. I wonder if there is an alternative in doing the image gallery. Thanks!

Upvotes: 0

Views: 1161

Answers (1)

Musterknabe
Musterknabe

Reputation: 6081

Use ViewPager or HorizontalScrollView

Here is a tutorial with the HorizontalScrollView

http://android-er.blogspot.de/2012/07/implement-gallery-like.html

Upvotes: 1

Related Questions