I want to save media-player object when orientation changes from portrait to landscape mode. As i know when you change your orientation your activity get recreated so thats why my old media player object get distroyed.i tried onretainNonConfigureInstance method but it wont work for me.
I want old media player object in landscape view to display felixpalmer android-visualizer. To display Visualiser you need to link media player object with visualiser-view. IS there any alternative way to pass old media player object to landscape view and vice versa??