Search code examples
androidlistviewservicemedia-player

Android Listview and media player service


I currently have a listview and when a user presses an item on the list it loads up a new activity which starts and binds to a service. When, i press back to go to the listview and I press the same item again, i am getting an unable to destroy activity error. any idea why?


Solution

  • Considering you didn't post any code for us to look at, I'm guessing that you never unbind your Service. You can find the same issue here.