Hi all, I have a quick query about bindService(). My "main" activity first starts and binds to the service. Other activities are then launched from the main activity. The child activities all bind to the same service, but it seems my service's onBind() is only called once.
The application runs fine, but I thought the correct behaviour is that onBind gets called everytime an activity calls bindService()? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

