Heey there,
yet another question.
How do you keep your activity alive when you press the back button?
Sub Activity_KeyPress (KeyCode As Int) As Boolean
If Keycode = KeyCodes.KEYCODE_BACK Then
//don't stop activity.
End If
End Sub
Thanks!
XverhelstX
yet another question.
How do you keep your activity alive when you press the back button?
Sub Activity_KeyPress (KeyCode As Int) As Boolean
If Keycode = KeyCodes.KEYCODE_BACK Then
//don't stop activity.
End If
End Sub
Thanks!
XverhelstX