In short, what i am looking for is - Single swipe that triggers onClick event for multiple buttons(views) that was swiped over.
I have just started developing my first android app and am facing a problem that probably isn't that complicated but as i don't have any experience i can't piece together the solution.
I'am trying to implement a swipe over multiple buttons that would detect when they are being swiped over and trigger the onClick function. I have looked at Gestures and Flings without any success.
have tried to implement some of previous related solutions on StackOverflow:
Fling gesture detection on grid layout
Detect fling gesture over clickable items
And is it possible to dynamically draw a line from the centers of buttons that are being swiped over and are next to each other?