Hello Devs,
FIXED: SOLUTION IDLE or SCROLLING
I am searching ways to detect scrolling event of Scroll View, actually I need to detect when ScrollView starts scrolling and when it is stop scrolling. After lot of reading in stackoverflow and many other website, I haven't found any best solution. And I started writing my known by taking help from other solutions present on various website.
I have created a Custom View that extends to ScrollView and added a touch event listener to it.
With the help of coroutine and some flag I am able to create a perfect EventScrollView, here it is:
No comments:
Post a Comment