Android Question Touch Event in VideoView

jazzzzzzz

Active Member
Licensed User
Longtime User
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
 

jazzzzzzz

Active Member
Licensed User
Longtime User
You can use Reflection library to add a touch event to any view.

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

Mark Read

Well-Known Member
Licensed User
Longtime User
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.
 
Upvote 0
Top