Re: [android-developers] Android Service Distribution

2010-10-01 Thread Mark Murphy
See http://stackoverflow.com/questions/3828331/android-service-distribution/3830890#3830890 On Wed, Sep 29, 2010 at 11:26 PM, Dalvin wrote: > Hi Everybody > > My question about android service is about its distribution. My > requirement is that suppose i have developed an Android Service which >

[android-developers] Android Service Distribution

2010-10-01 Thread Dalvin
Hi Everybody My question about android service is about its distribution. My requirement is that suppose i have developed an Android Service which provides some kind of news updates. Any application can use it's API's to get news updates. Now my question is how will i distribute my Android Service