0

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.
KartikKannapur
  • 973
  • 12
  • 19
Na Pro
  • 715
  • 1
  • 8
  • 23

1 Answers1

0

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.

Na Pro
  • 715
  • 1
  • 8
  • 23