Most voted "background-services" questions
7 questions
Sort by count of
-
5
votes1
answer9780
viewsHow to make application running in the background all the time
I tried to use the Service as they said but it’s not working yet. I don’t know if I got it right, the method onStartCommand() will run all the time? Because I debug and the application only enters…
-
3
votes1
answer2103
viewsRunning processes in the background - Accessing same script twice
I have a PHP script that aims to integrate with a third party system. Basically, my script sends image and text files to the client’s ftp. To ensure processing for a long time, I use the following…
-
2
votes1
answer613
viewsProblems with Asynctask crashing the application
I am developing a online chat which should update alone all the time, the problem is that each query hangs the application for a half seconds. I had already asked a similar question in: How to make…
-
1
votes1
answer143
viewsIs it possible to run a Switch when the App is not running?
The App would have to communicate to the user, that there was change of a value in the server, but without use of Push Notification. So I thought I’d add a Logger to iOS, and that by detecting the…
ios swift listener background-services local-notificationasked 9 years, 6 months ago Tiago Amaral 1,520 -
0
votes0
answers49
viewsBackground and asynchronous task in Ionic app
I am working with Ionic and create an app where save the current location of each user, however, the function that performs the search for the user coordinates runs when I start the lifecycle of the…
ionic apache-cordova mobile asynchronous background-servicesasked 5 years, 9 months ago Marco Alves 1 -
0
votes0
answers15
viewsWhat is the best way to structure a message for the background?
In a scenario where we have: Application A: developed using EntityFramework. This application knows the structure of the database and is responsible for maintaining it. Application B: will be…
-
-1
votes1
answer9
viewsBackground Service being killed on android
We created a GPS monitoring application, every 30 seconds or so the application updates the user’s position on the server. With the recent changes of Android 8 and following, we saw that the issue…