Questions tagged as 'servicio'

0
answers

Broadcast in service does not work

I tell you, I have android 8, so the broadcasts do not work declared from the manifest and that's why I have to insert them programmatically ... The process is easy, I show you my service where I add it (extends from Service) @Override...
asked by 15.11.2018 / 14:10
0
answers

How does JobIntentService work for Android Oreo and pre Oreo?

I was researching and I read that it is necessary or better said, the implementation of JobIntentService due to the appearance of android Oreo and its limitations or new restrictions with respect to services in Background...
asked by 10.08.2018 / 15:43
0
answers

Why is not my BroadcastReceiver capturing events?

I try to restart a servicio in case it is destroyed. First I create my servicio : public class MyIntentService extends Service { WebSocketClient mWebSocketClient; URI uri; @Override public void onCreate() {...
asked by 07.08.2018 / 17:55
0
answers

Start OneClick Application from a Windows Service

I am developing a Windows service, which aims to be verifying if an application is running or not and if it is not running, what you should do is run the application. The application that must run is OneClick Application type (.appref-ms), fo...
asked by 31.07.2018 / 21:00
0
answers

Publish web service in Remote Host

I have something that has me a week ago breaking my head. I have a simple web service, more than anything else it is a test service, and I want to upload it to the server of my company "www.xxxxx.com" through FileZilla I can access the server an...
asked by 18.07.2018 / 16:42
1
answer

consumption of web services with javacript and be able to send data to that service?

The idea is that I have a var settings = { "async": true, "crossDomain": true, "url": "http://181.61.221.52:8119/operative/simplecreateticket/", "method": "POST", "headers": { "Content-Type": "application/json",...
asked by 17.07.2018 / 22:49
0
answers

Can you create a services.yml for each class?

I have a question with Symfony 2.7 ak try to modulate my services. I edit the app / config / config.yml file to import the services of my Bundle imports: - { resource: '@AppBundle/Resources/config/services.yml' I have a service on...
asked by 16.07.2018 / 14:00
0
answers

Service on Ionic 3

What I want is to create a service for my app on Ionic 3. The service I want to get is what Android is a Service: Service on Android The purpose of this is to be able, through a socket that I have created, to be able to receive certain i...
asked by 28.06.2018 / 10:15
0
answers

Store in Cache rest service using Volley

Hello friends I have a question, I'm using a rest service using the Volley library in android studio. Someone who can advise me to store the results in cache. Annex My classes: REST service consumption public void LoadOrdenesAsignada...
asked by 23.05.2018 / 00:08
1
answer

restart service daily at a specific time

I need to generate a script that restarts a service on a Windows server 2008 at a specific time every day. Can someone help me?     
asked by 26.03.2018 / 14:51