How can I play a video/audio in background with vitamio
library in Android
List Videos -> Click on a Video -> Video starts playing -> press the Home button -> video/audio stopps.
How can I play a video/audio in background with vitamio
library in Android
List Videos -> Click on a Video -> Video starts playing -> press the Home button -> video/audio stopps.
Thanks everyone, i have solved my task by my way.
I'm still using vitamio, just comment realease(true) method in surfaceDestroyed() and call release(true) in onDetach() in my fragment. Hope this can help someone has the same problem.