J Jose Briceño Member Licensed User Jun 23, 2019 #1 How can a timer do it, that when it is 8:00 PM, it shows a message to the user, the user can be in any module of the app working, but when the time is 20:00 that shows the message
How can a timer do it, that when it is 8:00 PM, it shows a message to the user, the user can be in any module of the app working, but when the time is 20:00 that shows the message
Erel B4X founder Staff member Licensed User Longtime User Jun 24, 2019 #2 You need to have a service that is scheduled with StartServiceAtExact. This can help you: https://www.b4x.com/android/forum/threads/b4x-calculating-the-next-scheduled-time.65041/#content Upvote 0
You need to have a service that is scheduled with StartServiceAtExact. This can help you: https://www.b4x.com/android/forum/threads/b4x-calculating-the-next-scheduled-time.65041/#content