I have a Button (Button1) and a Label (Label1) on an Android Screen/Form.
Just to see is B4A works with VERY VERY minor modification, I have added a couple of lines of code
Sub Button1_Click
Label1.text = "Button1 Clicked" <<<<<<<<<<<<<<<<<<<<<<<<<<< THIS IS AN ERROR...