How can I limit fling in Android gallery to just one item per fling?

前端 未结 6 1499
半阙折子戏
半阙折子戏 2020-11-30 03:43

I have a gallery with several full screen images. I want to limit the fling gesture to only advance one image at a time (like the HTC Gallery app). What\'s the right/easiest

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 04:00

    I could not find any way to limit scrolling, but I solved the issue implementing/adapting with some success this code: http://permalink.gmane.org/gmane.comp.handhelds.android.devel/101327

    it implements a gallery with "fling"

提交回复
热议问题