I am using RSStandout to create on off button for my app
it uses service, and I cannot declare button on Proccess_Globals
so after I create my "on" button:
I have click event, and I wish my button will change to "off":
how can I do it?
it uses service, and I cannot declare button on Proccess_Globals
so after I create my "on" button:
B4X:
btnMic.SetBackgroundImage(LoadBitmap(File.DirAssets,"on.png"))
I have click event, and I wish my button will change to "off":
B4X:
btnMic.SetBackgroundImage(LoadBitmap(File.DirAssets,"off.png"))
how can I do it?