To show more than one videos in a screen of an android pad, may be a good idea,
I've tried to modify the java code of VLCandroid version, make the singleton of VLC object to non-singleton,
and create more than one instances in a screen to play more video urls,
but when I run it, do not goes out what I want, the video frames of each view are disorder and alternate,
I'm seeking for the reason, and try to handle it, is there anyone knows why,
and what's the general idea to achive the multi-video playing in one screen?
thanks.