开发者

Which library is used for photo sliding? [closed]

开发者 https://www.devze.com 2023-02-25 02:07 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

Is 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.

0

精彩评论

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