JackKirk Well-Known Member Licensed User Longtime User May 22, 2021 #1 If you google "startserviceat" including the quotes so that you don't get a pile of garbage hits - it seems to indicate that there is no such thing as an Android startserviceat. I'd be interested to know how it was implemented in B4A. Thanks...
If you google "startserviceat" including the quotes so that you don't get a pile of garbage hits - it seems to indicate that there is no such thing as an Android startserviceat. I'd be interested to know how it was implemented in B4A. Thanks...
W wes58 Active Member Licensed User Longtime User May 22, 2021 #2 JackKirk said: If you google "startserviceat" including the quotes so that you don't get a pile of garbage hits - it seems to indicate that there is no such thing as an Android startserviceat. I'd be interested to know how it was implemented in B4A. Thanks... Click to expand... It is based on Android AlarmManager class. So google that. You can also find something here for startserviceatexact (which was another version after google made changes to their AlarmManager and "startserviceat" wasn't accurate) https://www.b4x.com/android/forum/t...rvicestartatexact-not-accurate.65117/#content Upvote 0
JackKirk said: If you google "startserviceat" including the quotes so that you don't get a pile of garbage hits - it seems to indicate that there is no such thing as an Android startserviceat. I'd be interested to know how it was implemented in B4A. Thanks... Click to expand... It is based on Android AlarmManager class. So google that. You can also find something here for startserviceatexact (which was another version after google made changes to their AlarmManager and "startserviceat" wasn't accurate) https://www.b4x.com/android/forum/t...rvicestartatexact-not-accurate.65117/#content
JackKirk Well-Known Member Licensed User Longtime User May 23, 2021 #3 Have a look at https://www.b4x.com/android/forum/t...ing-that-use-startserviceat-in-a-loop.130989/ Upvote 0