service tag

21 questions


1 answers
99 views
0
How do I check if a location-based service is available?

I'm developing an Android app. I don't know how to check if the GPS is working or not.I need a method to know if it works as true or false right now, so what is there?I'm trying to float a dialog that...

1 years ago

1 answers
114 views
0
Ubuntu mysql service will not run. (Error HY000)

Hi, everyone.We run a simple DB server using Ubuntu, node.js, and mysql on AWS.It's okay to reboot for about 3~4 days, but if you reboot after that, you'll get a HY000 error and be unable to enter mys...

1 years ago

1 answers
105 views
0
I'm posting questions about Android firebase Please

Hello, I am applying the alarm push through firebase. It's nothing but I'm raising it like this because I'm having a problem getting the Token price. I've been getting the alarm But I'm trying to get ...

1 years ago

3 answers
103 views
0
Android background beacon detection (non-die-proof service)

Be logged in status app detects beacon in the background at the end of apps, if detected a beacon to try to look for ttwiwo die in the same time, ending services app. Services that don't die and how t...

1 years ago

1 answers
86 views
0
How each service communicates in a microservice architecture

Hello, I'm a student studying micro-service architecture.I understand that micro-services use containers classified according to the service.Corresponding https://github.com/GoogleCloudPlatform/micros...


1 answers
79 views
0
What is the difference between START_STICKY and START_NOT_STICKY in the service?

What is the difference between START_STICKY and START_NOT_STICKY in implementing services on Android?

1 years ago

1 answers
113 views
0
I want to know the difference between conversion service and argument resolver in spring framework.

Just like the title I want to know the difference between conversion service and argument resolver in spring framework.Please give me some advice.Thank you.


1 answers
70 views
0
Service vs IntentService

It's not possible with the service, but can you tell me an example of what you can do with IntentService (including the opposite situation)?I understand that one IntentService runs on one independent ...


1 answers
93 views
0
The AlarmService is functioning properly. However, there is a problem.

The AlarmService is functioning properly. However, there is a problem.PendingIntent sender = PendingIntent.getBroadcast(LoginActivity.this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);AlarmManager ...


1 answers
105 views
0
How do I know if the service works?

How do I check if the background service is running when I want to turn the status of the service on and off?

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.