Android Question detect swipe action on panel

hanyelmehy

Active Member
Licensed User
Longtime User
what is the best and smooth way to detect swipe action on panel (use Panel_Touch or Gesture or any other method?)
-with code only (without using additional library)
-work even if panel in scroll view
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Working with TouchPanelCreator is quite difficult, however it is the only way to implement features such as the features in B4XDrawer and CLVSwipe.

As you can see in those two examples, it is possible to recognize swipes.

For a simple swipe detection, you should use the gestures detection library: https://www.b4x.com/android/forum/threads/21502/#content
 
Upvote 0
Top