Nickelgrass Active Member Licensed User Longtime User Jun 15, 2016 #1 Hi, is it possible to implement such a swipe listener like in SwipePad App? Is this something like http://stackoverflow.com/questions/4139288/android-how-to-handle-right-to-left-swipe-gestures ? This swipelistener works from anywhere and any other app. I was wonering if its possible to wrap it into a library. Regards
Hi, is it possible to implement such a swipe listener like in SwipePad App? Is this something like http://stackoverflow.com/questions/4139288/android-how-to-handle-right-to-left-swipe-gestures ? This swipelistener works from anywhere and any other app. I was wonering if its possible to wrap it into a library. Regards
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2016 #2 You can use GestureDetector to implement a similar solution. https://www.b4x.com/search?query=GestureDetector Upvote 0
You can use GestureDetector to implement a similar solution. https://www.b4x.com/search?query=GestureDetector