rfresh Well-Known Member Licensed User Longtime User Apr 20, 2012 #1 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...
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...
Erel B4X founder Staff member Licensed User Longtime User Apr 22, 2012 #2 StopService Basic4android Search: StopService Upvote 0
rfresh Well-Known Member Licensed User Longtime User Apr 24, 2012 #3 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
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.
rbsoft Active Member Licensed User Longtime User Apr 24, 2012 #4 rfresh said: 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. Click to expand... Wrong thread??? Upvote 0
rfresh said: 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. Click to expand... Wrong thread???