I am developing an application in which I play several videos at a time. Performing some operations at the same time.
Now I was able to run 2 videos at a time using VideoView, specifying a link here and here .
Both options work fine for me. But to my question: is it safe to play 2 videos at a time in the user interface stream, or can I go with the ability to create streams and play them separately or use it AsyncTaskor is it safe to directly use the user interface stream? And please tell me the difference in using all three approaches.
source
share