[android-developers] Binding Service to Activity

2009-12-16 Thread Sonic..
Hello, I am working on an android application, where the activity binds to a local service to perform certain tasks. Now I am binding the service in the OnCreate method of the Activity, after which the activity has to use the service object to invoke the functionality defined in the servicein

Re: [android-developers] Binding Service to Activity

2009-12-16 Thread ashok chakravarthy
Hi Sonic, Please go through the SDK sample applications on local service. Thanks Ashok On Wed, Dec 16, 2009 at 11:59 AM, Sonic.. abhishek.bansal1...@gmail.comwrote: Hello, I am working on an android application, where the activity binds to a local service to perform certain