What can I do to press the button through code, without knowing EventName of a button or Activity name.
usually in VB.NET, I use:
how in B4A?
usually in VB.NET, I use:
B4X:
Button1.PerformClick
how in B4A?