startservice

  1. walterf25

    Android Question Scheduling Notification 14 days from now (Receiver)

    Hi all, I have the need to schedule a notification on my app 14 days from whenever the user completes certain tasks, I came across this thread here that requests the REQUEST_SCHEDULE_EXACT_ALARM permission so, My question is, will a Receiver work in this case, is there anything special I need to...
  2. Hosein_Mghr

    Android Question Start Service In Android 13

    In Android 13, I did everything to be able to restart the service after destroying it. Android 13 does not allow restarting. I tried StartService and StartServiceAt, but it didn't work. Now I want to know if it can be done with the new b4a receivers from the intent action. I should make a...
  3. netsistemas

    Android Question StartService HttpUtils2Service when auto destroy it

    I need the service HttpUtils2Service in starter service, because use method JOBDONE(Job as HTTPJO) All service are destroyed in ANDROID8+ (ok) when app is in BACKGROUND (this is a big problem). I write the code (access to a Web Service) in starter service, and with B4A 8.3+ the Starte Service...
Top