Questions tagged as 'service'

0
answers

Android service closes when I close the app that starts it

I'm trying to do a service that runs in the background when the app is closed, I share the code I'm using: Namespace myapp.droid.mynamespace Public class miservicio : service { Private LocationManager lManager; Public Location GetLoc...
asked by 21.02.2018 / 00:11
1
answer

why does this error come out java.lang.StackOverflowError?

I have the following query @NamedQuery(name = "findNivelesPersonaByCvePersona", query= "select myNivelesPersona from NivelesPersona myNivelesPersona where myNivelesPersona.persona.cveIdPersona = ?1"), and the following in the ser...
asked by 08.02.2018 / 23:29
0
answers

Security Wcf Authentication Username c #

I'm doing a web service with WCF of c # good when I run the service it appears like this and does not ask for any validation or authentication. I would like to put an authentication when you consume that service requires to request a...
asked by 27.01.2018 / 19:03
0
answers

Run Android service indefinitely

Good afternoon, I have a question with my Android code, I was checking questions that other people have made on this page and everyone asks about running the task in the background or running despite closing the application, but my question is...
asked by 07.11.2017 / 00:11
0
answers

Jasper Report with Rest in Web service

Dear I have the following problem, it does not allow me to generate the jasper with a method that I have in the class from a rest service that is receiving parameters by means of an xml or json that another possibility is to generate the report...
asked by 06.09.2017 / 19:45
1
answer

SERVICE OF NOTIFICATIONS STOPS

Good morning, I need help because I have been thinking about this issue for a while and I can not find a solution for my case. Haber if you can help me out. My application is a work calendar in which users can put reminder notes on the date t...
asked by 11.01.2018 / 21:52
2
answers

How to execute a method of an Activity from a service, in Android?

Hi guys and girls (of course) I have this situation: I have running a service in the background and a foreground activity, and I hope that at a specific time the activity executes a method on demand of the service. What I have done: Well t...
asked by 10.11.2017 / 19:42