Hi, I need, as i have written in the title, to know how to implement a background process that NEVER stops. I have already implemented a standard background services whit appcelerator (as here explained http://docs.appcelerator.com/titanium/latest/#!/guide/Simple_Android_Services_in_Titanium), that not stops if i press the home button or the back button from the main application. But when i remove the app from the app recent list, or when i kill the app from app manager, the background process stops. On the contrary, the background process/service (or what is it) of whatsapp , run continuously (also if you try to kill the process),infact you can notice that you will continue to receive messages notifications. How Can i implement something like this? Please help me. Thank in advance. Helmut
↧