I am trying to make an application that does a sort of auto scroll. The idea I have is to have a floating button (like the facebook chat head) with two buttons, one for scrolling down and one for scrolling up.
The problem I am facing is, I have no idea how to pass a touch/scroll event to the underlying screen. I had found this github gist: https://gist.github.com/oneyoung/a14c99856c3984263734 , it uses a Context to pass the movement to, but since I want it to pass it to the underlying screen my guess is the Context will change and this will no longer work.
Any thoughts on this or directions for me to look in are welcome, thanks in advance!
PS. Here is a screenshot to get an idea of what I currently have: https://i.stack.imgur.com/B2w3z.jpg