[android-developers] bindService() instantiating a second Service instance

2011-01-11 Thread Anm
When memory profiling my app, I've noticed that multiple instances of the same local service class are getting instantiated. This is not my expectation from my interpretation of the APIs and service example code in the SDKs. My app is designed such that the service represents a data layer,

Re: [android-developers] bindService() instantiating a second Service instance

2011-01-11 Thread Stephen Jungels
On Tue, Jan 11, 2011 at 2:31 PM, Anm andrew.n.marsh...@gmail.com wrote: When memory profiling my app, I've noticed that multiple instances of the same local service class are getting instantiated.  This is not my expectation from my interpretation of the APIs and service example code in the