To start the app from the widget, I used below code in WidgetReceiver.bas,
where Button1 is a button on the widget.
Is this the correct way for B4XPages project ?
I mean since this is B4XPages, so there may be a better way.
B4X:
Private Sub Button1_Click
StartActivity(Main)
End Sub
Is this the correct way for B4XPages project ?
I mean since this is B4XPages, so there may be a better way.