Accessibility Service + Recycler, how can I catch this moment?

Viewed 28

Help me please. I use android accessibility service to scroll my recycler. Everything OK with scrolling process. But I can't understand, how can I define moment, when recycler is finished. I need to tell user something like: This is the end, there is nothing to scroll more.

Look at this animation

https://gifyu.com/image/S39aq link has been changed

I'm scrolling by code:

node.performAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD)

0 Answers
Related