I have bunch of images.i want show all images one by one through swipe left or right.Can any one help me.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Then you can use page curl effects for images.
You can turn right or left. Hope this might helps you.
http://code.google.com/p/android-page-curl/
回答2:
Use ViewPagerIndicator.It works well for your requirement.
The best example is there.Jake Wharton's View Pager indicator.
https://github.com/JakeWharton/Android-ViewPagerIndicator
回答3:
For apis < 16 you can use the Gallery widgvet (http://developer.android.com/reference/android/widget/Gallery.html)
Another solution is to use a Viewpager, please check this post: Gallery of images using ViewPager + zoom in ImageViews