Hi guys, i am newbie in b4a and i want create a service without activity.
the service need be started in the actvity?
For example:
Sub Activity_Create(FirstTime As Boolean)
StartService (test)
End Sub
This code start my service, but when the service code is finished the screen is black like the program not is in background.
Thanks in advance
Regards
mou
the service need be started in the actvity?
For example:
Sub Activity_Create(FirstTime As Boolean)
StartService (test)
End Sub
This code start my service, but when the service code is finished the screen is black like the program not is in background.
Thanks in advance
Regards
mou