Hello i am new :sign0089:
i love programming vb was great but c++make me :BangHead: well
3 questions
1 how i publish my .apk files?
2 it is possible to send SMS with wi-fi without use the credit
3 it is this code ok
i love programming vb was great but c++make me :BangHead: well
3 questions
1 how i publish my .apk files?
2 it is possible to send SMS with wi-fi without use the credit
3 it is this code ok
tnxSub Process_Globals
End Sub
Sub Globals
Dim Number As Int
Dim name As EditText 'will hold a reference to the view added by the designer
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout1") 'Load the layout file.
MyNumber = Rnd(1, 4) 'Choose a random number between 1 to 3
If number.Text = 1 Then
name = sophie
else
If number.Text = 2 Then
name = nina
else
If number.Text = 3 Then
name = angus
end if
End Sub
Sub Button1_Click
If EditText1.Text = name Then
ToastMessageShow("Well done.", True)
else
ToastMessageShow("No thats not.", False)
End If
EditText1.SelectAll
End Sub