I have a fragment that contains a VideoView and I want it to keep playing when orientation changes.
I've been searching for similar cases but I don't know the best way to proceed.
If I "setRetainInstance(true)" in the fragment's onCreate method it seems not to be enough
Can anybody give me a little help? Thanks