Is there a built in mechanism for server push on Android?
- by Flaviu Negrean
Is there a built in mechanism for server push on Android?
What I want to achieve is to start an application based on a server request (without involving SMS, only data connection).
Is this possible without having a service always running?
Thanks
Flaviu