Android: How to detect when a scroll has ended

后端 未结 14 848
误落风尘
误落风尘 2020-11-27 10:54

I am using the onScroll method of GestureDetector.SimpleOnGestureListener to scroll a large bitmap on a canvas. When the scroll has ended I want to redraw the bitmap in case

14条回答
  •  遥遥无期
    2020-11-27 11:54

    My attempt at adding additional functionality to gesture detector. Hope it helps someone put his time to better use...

    https://gist.github.com/WildOrangutan/043807ddbd68978179b7cea3b53c71e8

提交回复
热议问题