android-service tag

4 questions


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

1 answers
89 views
0
How to get Context from Service

Is there a way to get context from the service?


© 2024 OneMinuteCode. All rights reserved.