[android-developers] Re: Can Applications consist of just Services

2008-09-25 Thread Peli
Very interesting. This may also be useful if one writes a general background service that allows different GUI activities to access it, but one does not want to single out a particular GUI. In this case, it would be really advantageous to publish the intents used, for example in the OpenIntents i

[android-developers] Re: Can Applications consist of just Services

2008-09-25 Thread Jeff Hamilton
There isn't anything preventing you from doing this. You could, for example, have an application that consisted of just a Service and a BroadcastReceiver and have the receiver start the service when something interesting happens. -Jeff On Thu, Sep 25, 2008 at 6:23 AM, Graeme <[EMAIL PROTECTED]>