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
(I would like control that user view all the video)
thank you all[/code]
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
[B4X] DL Youtube ExoPlayer
UPDATE 1.22 ( "change" parameters call get_video_info ) BUGFIX UPDATE 1.21 ( "change" Format File json get_info for B4i ) BUGFIX UPDATE 1.20 ( "change" API Youtube ) see: https://www.b4x.com/android/forum/threads/resolved-get_video_info-youtube.131129/#post-825579 Hi All. We all know the...
www.b4x.com
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]