Sub Activity_Create(FirstTime AsBoolean)
If FirstTime = TrueThen
Msgbox("Firsttime", "This is the firsttime")
Else
Msgbox("Firsttime", "Should not be here")
EndIf
End Sub
I have a problem with FirstTime.
If I make a test program with only the above code it
works as expected when I compile and start the program
from B4A.
When I than quit the program and start it again by
pressing the icon on the device it seems that firsttime = False.
Could this be related to the device?
Samsung Galaxy Y with Android 2.3.5
If FirstTime = TrueThen
Msgbox("Firsttime", "This is the firsttime")
Else
Msgbox("Firsttime", "Should not be here")
EndIf
End Sub
I have a problem with FirstTime.
If I make a test program with only the above code it
works as expected when I compile and start the program
from B4A.
When I than quit the program and start it again by
pressing the icon on the device it seems that firsttime = False.
Could this be related to the device?
Samsung Galaxy Y with Android 2.3.5