What I essentially have is tabview with a listview inside. When an item in the listview is pressed, a new intent is created to take them to a different view. Inside this view is a mediaplayer. My problem is that when I try to go back to the tabview my mediaplayer stops playing and the view doesn’t stay intact. Is there anyway to fix this? I essentially want to be able to go back and forth and have the view with the mediaplayer stay intact. I hope this makes sense. Thanks.
EDIT:
I solved this by using an activity group and by having the media player in a service
I solved this issue by using an activity group and having the media player in a service running in the background