Which library is used for photo sliding? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionIs there something in the standard Android SDK that allows you to do image sli开发者_如何转开发ding like this app?
No there isn't. You'll have to implement that by hand however if you find a 3rd party library that does just that, even tho I doubt there is, then please feel free to add it to my list.
https://stackoverflow.com/q/4078479/418183
Try overloading GalleryView or ViewFlipper classes.
I needed switchable banner and I overloaded the ViewFlipper, then I am detecting gestures on that view and im switching the images.
It works really fine.
Try this library: https://github.com/daimajia/AndroidImageSlider You can easily load images from an internet URL, drawable, or file.
精彩评论