My app is sort of a timer app that needs to continuously display a countdown clock as an always-displayed notification.
So, is it ok to do the below in the "Starter" service for this particular app purpose?
So, is it ok to do the below in the "Starter" service for this particular app purpose?
B4X:
Service.StartForeground(MyApp.nid, MyApp.CreateNotification("MyApp","Timer: xx:xx:xx"))