01-11-2013 04:59 AM
Hi all,
Is there any api to run application in background like we have services in Android?
Regards,
Nishant Shah
01-11-2013 05:10 AM
not yet.
but you can use the InvocvationFramework to provide functionality via Cards as Viewer, Composer, Picker, ....
This application will be visible for the user, but you can open the app with a Page describing the Features of the App and that this app should only be opened by other apps through Invocation Framework
Then from other Apps you can invoke this app
The InvocationFramework will not make the App visible (if invoked as Card), so its like a Service in the background
InvocationFramework manages a Pool for your invoked app, so it can be that there are more then one instances invoked from different client apps. This is important to know if you store data in sandbox of invoked app
01-11-2013 09:49 AM
01-11-2013 11:37 AM
01-11-2013 05:41 PM
01-12-2013 11:52 AM
01-16-2013 12:08 AM
Thanks for replying. I am looking for a way to keep a service running even if user quits the application.
01-16-2013 08:57 AM
01-16-2013 09:57 AM
In this case the only way is PushService.