I had asked the same question for iOS on iPad but now I am trying to see if it’s possible within Android. The response I received so far is no within iOS. If it’s possible in Android please explain what API is used.
Here’s my original question referenced:
Original Posting on iOS for Multiple Videos Playing Simultaneously on an iPad
It is indeed possible and it’s done through using a VideoView. I saw it working on a Motorola Droid with 2 videos playing simultaneously.
Creating multiple VideoViews will do the trick. Details are below in the API.
http://developer.android.com/reference/android/widget/VideoView.html