Re: [android-developers] android bindservice rotation

2012-06-03 Thread Mark Murphy
On Sun, Jun 3, 2012 at 10:04 AM, Greenhand wrote: > For the communication between Activity and Service, I followed the > http://developer.android.com/guide/topics/fundamentals/bound-services.html#Messenger > to implement an Activity that binds a Service. > However, the Service will be killed and c

[android-developers] android bindservice rotation

2012-06-03 Thread Greenhand
For the communication between Activity and Service, I followed the http://developer.android.com/guide/topics/fundamentals/bound-services.html#Messenger to implement an Activity that binds a Service. However, the Service will be killed and created when the Activity is rotating. Is there a way to kee