Questions tagged as 'procesos-en-segundo-plano'

2
answers

How to leave a service running in the background on Android by closing the application that starts it

From an Android application I create and execute a service that runs on a thread and runs in the background, but when the main application is completely closed, the service also dies. The thread I think I declare as Daemon but still "kill" th...
asked by 25.05.2017 / 13:39
1
answer

Long process in php, run it in the background

I have a process in PHP that generates an excel file with data calculated from several sql server tables. The problem is that being a process that takes a long time (it may take more than 10 minutes), the server always returns an error "Fatal er...
asked by 08.05.2017 / 14:21
0
answers

how do I create a listener for incoming calls?

I have an activity that uses the middle class MediaPlayer, and I need to keep listening in the background, but when a cell phone call comes to a halt ... I already tried to overwrite the method onPause (), onResume (), but whenever I went to...
asked by 26.04.2018 / 22:30
2
answers

Start process in the background with C #?

I've been trying for a while, but I can not execute excel in the background. What I want is to do a service that opens an excel book every 30 seconds and closes it later. static void Main(string[] args) { while (true)...
asked by 13.11.2017 / 15:25