标签: android image view slider flipper
我需要像这样实现Android Image Slider。请给我一些建议。
答案 0 :(得分:0)
您需要创建一个负责显示图像的类。该类应具有onSwipeTouchListener并将图像加载到内存中,并根据手势左右移动它们。但是不要一次加载所有图像!例如,加载上一张和下一张5张图像,并在内存中为其余图像添加一张填充图像。
答案 1 :(得分:0)
这叫做Carousels。 您可以从下面获得参考:
https://android-arsenal.com/details/1/3991
https://github.com/Azoft/CarouselLayoutManager
https://android-arsenal.com/details/1/3712