In Basic4Android I added a VideoView with:
I cannot use this approach in b4i.
In Erel's tutorial on videoview and camera (https://www.b4x.com/android/forum/threads/imedia-library-camera-and-videoview.46144/#content) he refers to noting that the VideoView object itself is not a View (unlike in B4A).
How do I add VideoView.View to the layout?
Thanks
John
B4X:
Activity.AddView(vv,10%x,0,80%x,100%y)
I cannot use this approach in b4i.
In Erel's tutorial on videoview and camera (https://www.b4x.com/android/forum/threads/imedia-library-camera-and-videoview.46144/#content) he refers to noting that the VideoView object itself is not a View (unlike in B4A).
How do I add VideoView.View to the layout?
Thanks
John