Hello. I am a programmer from Kazakhstan.
Previously I worked in Visual Basic, recently I am trying to create my first application in B4A.
The essence of my project is a program of reminders about scheduled events.
The basis of the project is to force the service module to be activated at the...
I am now developing an app which requires a service that starts at exact time.
After testing the app on a HUAWEI Mate 20 X (Android 10), I found that the service was not always working.
StartServiceAtExact(Scount,NextTimeInstance(00, 00), True)
Sub SetExactAndAllowWhileIdle (Time As Long...
Hi Everyone,
If I have 3 separate integer values representing a time such like:
Dim intHours As Int = 10
Dim intMinutes As Int = 30
Dim IntSeconds As Int = 0
for the actual time of 10:30:00, can you tell me how to convert those 3 integers into a ticks long value so I can pass it to...
Hi Everyone,
I would like to wake up a service in 15 minute intervals and continue to do that constantly. For example, if the user pressed a button to start it and the current time is 11:05, I would like the service to wake up at 11:15, 11:30, 12:00 and so on.
I was thinking about maybe using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.