Android Question List of admob video ads

Schakalaka

Active Member
Licensed User
Hello,
I'm going to create a reward app for play YouTube video and admob reward video.

My first question, is:
how can i load and create a list of admob reward videos and then play it on click one by one?


For YouTube, I have found this library



and it works good.
now, I don't know how to:
→ hide the control bar

this code, don't work on exoplayer last version

B4X:
Dim jo As JavaObject = PlayerView
Dim IsVisible As Boolean = jo.RunMethod("isControllerVisible", Null)

/code]


→ create an event when the video start, and when the video ends
(for android, i have find this on google:
[code]https://stackoverflow.com/questions/54976953/how-to-implement-admob-rewarded-video-ads-in-a-list-view


(I would like control that user view all the video)

thank you all[/code]
 
Top