Hi,
The customer wants to have a video window, and a customer input window(for example; browser), display and work at the same time under Android. How could we implement it?
Thanks a lot for sharing.
Br, Jianjun
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
The customer wants to have a video window, and a customer input window(for example; browser), display and work at the same time under Android. How could we implement it?
Thanks a lot for sharing.
Br, Jianjun
Hi Jianjun,
It is possible to have multiple views in one layout. Please read the link below for more information.
http://developer.android.com/resources/tutorials/views/index.html
For info about playing video you can check http://developer.android.com/reference/android/media/MediaPlayer.html
You need to define a SurfaceHolder in your layout and pass it to the Media player when you create it.
Carlos.