Hi all
hope you are doing well
Just wanted to get an idea about the best ordered steps to implement a very accurate changed times reminder for using in critical situations which we have an everyday times list to check ,and works on all 4+ versions of android especially 6, 7, 8 without draining the battery so much.
Actually, i tried more than one technique to prevent system from killing my reminding services and tried sometimes to block CPU sleeping modes and so on, with no success to have an accurate reminder that does't lose any scheduled time stamp especially on Android 6, 7, 8.
I used for example:
I am wondering if anyone recently has tested an effective technique to achieve this demand.
Thanks in advance
Best wishes to all great members
hope you are doing well
Just wanted to get an idea about the best ordered steps to implement a very accurate changed times reminder for using in critical situations which we have an everyday times list to check ,and works on all 4+ versions of android especially 6, 7, 8 without draining the battery so much.
Actually, i tried more than one technique to prevent system from killing my reminding services and tried sometimes to block CPU sleeping modes and so on, with no success to have an accurate reminder that does't lose any scheduled time stamp especially on Android 6, 7, 8.
I used for example:
B4X:
#StartCommandReturnValue: android.app.Service.START_STICKY
ServiceStartAt
ServiceStartAtExact
Service.StartForground
PartialLock
I am wondering if anyone recently has tested an effective technique to achieve this demand.
Thanks in advance
Best wishes to all great members