jazzzzzzz Active Member Licensed User Longtime User Apr 3, 2014 #1 How can i get touch event from a videoview?...I have 4 video view in single window and i have to fullscreen all videos by a touch event
How can i get touch event from a videoview?...I have 4 video view in single window and i have to fullscreen all videos by a touch event
Erel B4X founder Staff member Licensed User Longtime User Apr 3, 2014 #2 You can use Reflection library to add a touch event to any view. Upvote 0
jazzzzzzz Active Member Licensed User Longtime User Apr 4, 2014 #3 Erel said: You can use Reflection library to add a touch event to any view. Click to expand... I have read details about the rfelction library...But the fact is that i understand nothing ...so please gave a rough example of how to read click events in videoview Upvote 0
Erel said: You can use Reflection library to add a touch event to any view. Click to expand... I have read details about the rfelction library...But the fact is that i understand nothing ...so please gave a rough example of how to read click events in videoview
Mark Read Well-Known Member Licensed User Longtime User Apr 4, 2014 #4 Maybe this answer from another post [NJDude] would help. You could place a transparent panel on top of the VideoView and capture the Click or Touch events. Click to expand... Upvote 0
Maybe this answer from another post [NJDude] would help. You could place a transparent panel on top of the VideoView and capture the Click or Touch events. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Apr 4, 2014 #5 See klaus answer here: http://www.b4x.com/android/forum/threads/faster-touch-events.24173/#post-140195 Upvote 0
See klaus answer here: http://www.b4x.com/android/forum/threads/faster-touch-events.24173/#post-140195