Questions tagged as 'servicio'

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
3
answers

Is it possible to receive Firebase notifications on Android with the app closed?

The code I already have running but only receives the notification if the app is open or in the background, not if it is closed. I'm looking for a lot but I can not find the solution. I do not know if it will depend on something from the Mani...
asked by 09.06.2016 / 00:19
2
answers

Reinstall service with another name

Currently I have a service (Service 1) of windows working correctly. I have made an improvement and I have called it Service 2 and I want to install it, but I want to stop Service 1 first and then install and launch Service 2 to see if it fails...
asked by 09.01.2018 / 14:50
1
answer

Problem when using the AudioManager if other app open

Good morning everyone, I have an application that plays a radio in streaming through a service. The service works perfectly, I can close the application and continue listening to the radio. Even if they call me on the phone, the radio stops a...
asked by 21.12.2016 / 12:41
1
answer

how to start a service when starting the device?

I need to start a service when the device starts up. I have searched the Internet and I have implemented what is necessary, but I get an error and I can not solve it, try not to start a service but an activity and it works then I do not know wha...
asked by 26.09.2017 / 17:00
1
answer

How to debug a service on Android? does not start Service

What I want is to debugge my background service from my android application, but it never runs and I do not know what is due. This is in the manifest <service android:name=".utils.MyService" android:enabled="true"></service>...
asked by 31.10.2017 / 01:16
1
answer

Remove variables from an android service

Hello stackoverflow community I'm doing an app that plays streaming audio as a service in the background, what I want to do is remove variables from the service from the Activity as well to update the play / pause buttons This is my service code...
asked by 08.05.2018 / 03:02
1
answer

Get JSON of web service in JAVA

I am starting in the programming of online databases and its communication with a local application such as a JAVA or Android desktop application. My question is this: Having a PHP service configured in a URL that returns all the data in t...
asked by 25.10.2017 / 14:33
1
answer

A service is restarted after closing the app

I have a service that connects to a database every 10 seconds to verify the existence of certain data, if it exists it sends a notification to the user. everything works correctly. But when I close the app, the service restarts and returns to sh...
asked by 17.10.2017 / 05:07
2
answers

What should I use IaaS, PaaS or SaaS? #Azure [closed]

I have this case, it handles automatic robots which run as a console application. This application launches a browser (Chrome Firefox IE), and through Selenium is interacting with the page. What Azure service do you recommend to use? The informa...
asked by 14.06.2016 / 19:44