Killing a service

rfresh

Well-Known Member
Licensed User
Longtime User
I can't find the syntax on how to kill a service when you want to stop it from running. Do I use Kill or Stop?

I want to kill it from my main activity.

Thanks...
 

rfresh

Well-Known Member
Licensed User
Longtime User
Your 'funny' characters you see is because you're loading your layout in Activity_Resume and you should do it in Activity_Create. That will fix that.
 
Upvote 0

rbsoft

Active Member
Licensed User
Longtime User
Your 'funny' characters you see is because you're loading your layout in Activity_Resume and you should do it in Activity_Create. That will fix that.

Wrong thread???
 
Upvote 0
Top