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?
I currently have a listview and when a user presses an item on the
Share
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.