I am sure this is possible. I think if from your main activity you start the
service, then finish() on the activity..the app that you launched goes away
(activity is done) but the service you started still runs. Not for sure
tho.. haven't messed around with that yet.

On Thu, Jan 14, 2010 at 1:05 PM, Shrikant Agrawal <shrikant...@gmail.com>wrote:

> Hi All,
>
> I have to write an application which starts a service. There will be
> other applications which have to use the service.
>
> My questions are
> Is it possible to write an application that only starts service and
> finishes with the service running??
> How can i communicate from the different applications to the service??
> Is it possible to expose an interface from the service so that
> application can pass data to the service??
>
> Thanks in advance
> Shrikant Agrawal
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to