Hi,
Pls what is wrong with my code/device (Motorola Photon)?
When I click the volume control the volume control also acts as the return key.
If KeyCode = KeyCodes.KEYCODE_BACK AND m =1 Then
Return False
Else
MP.Play
bd.Initialize(LoadBitmap(File.DirAssets, "bkg.jpg"))
Activity.Background = bd
m =1
Return True
End If
End Sub
Pls what is wrong with my code/device (Motorola Photon)?
When I click the volume control the volume control also acts as the return key.
If KeyCode = KeyCodes.KEYCODE_BACK AND m =1 Then
Return False
Else
MP.Play
bd.Initialize(LoadBitmap(File.DirAssets, "bkg.jpg"))
Activity.Background = bd
m =1
Return True
End If
End Sub