Hello!
I'm developing an app that connects to a server to sign up. This server 
sends notifications to the app.

I need to create a process, service or thread to poll a server, keep 
presence, receive and send orders.
This should not die when the application is closed by the task manager.
And must send notifications to notify incoming calls and trigger commands.

I'm testing with services, but I can not make it live when the app dies. So 
I can not connect the new call of the app to the service that is already 
running.

How should I implement it?
Give me some idea, please.

Thank you very much!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ca57fec5-2f88-4d5a-99df-4ad154e5fcbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to