搜索资源列表
Android_Keycode.tar
- 此checker为Android平台下测试Keycode用应用程序,在Eclipse下由Java编写-This checker for the Android platform used to test the keyCode applications at Eclipse prepared by the Java
keycode
- 测试android 手机上的各个按键代码-Test each button on the android phone code
AndroidKeyEventMoveGif
- Android 响应键盘移动图标,程序很简短,也很清楚直观.利用android.view.SurfaceView建立视图。通过使用键盘事件,熟悉SurfaceView画布的用法。-public boolean onKeyDown(int keyCode, KeyEvent event) { // TODO Auto-generated method stub switch (keyCode) { case KeyEvent
AndroidKeyToSkKey
- Convert an Android keycode to an SkKey. This is an incomplete list, only including keys used by the sample app.