Welcome![Sign In][Sign Up]
Location:
Search - android keyboard

Search list

[OtherKeys

Description: 该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件-The software realize the keyboard lock feature, when you do not want to leave the country temporarily shut down, but do not want others to move the computer when you try to use the software
Platform: | Size: 57344 | Author: 暗黑 | Hits:

[OtherHangulKeyboard

Description: Hangul keyboard source code for android platform.
Platform: | Size: 572416 | Author: Super pine | Hits:

[androidandroid

Description: Android 平台是 Google Phone 的手機作業平台,平台的底層採用了 Linux 作為作業系統 (圖一中的紅色部分),在Linux作業系統之下、內建了許多控制 裝置的驅動程式,包含藍芽(Bluetooth)、無線網路(WiFi)、隨插即用的USB 介 面等等,當然還有記憶體、銀幕、鍵盤、照像、音效等裝置的驅動程式,在 Linux 作業系統之上-Google Phone Android mobile phone platform is a platform, the platform uses Linux as the underlying operating system (Figure 1 in the red part), under the Linux operating system, built-in drivers for many controls, including Bluetooth (Bluetooth ), wireless Internet (WiFi), plug the USB interface and so on, of course, memory, screen, keyboard, camera, audio and other device drivers on the Linux operating system
Platform: | Size: 6414336 | Author: lizhe | Hits:

[androidSteeringSim

Description: 用ANDROID手机模拟方向盘操纵杆,键盘模式将重力感应器信号提取并翻译成键盘控制信号,方向盘模式将重力感应器信号翻译成方向盘扭动角度-Steering wheel with analog joystick ANDROID phone, keyboard mode signal extraction gravity sensor and translated into the keyboard control signal, the steering wheel sensor signal model will translate into a gravity twist angle of the steering wheel
Platform: | Size: 856064 | Author: 鄢波 | Hits:

[androidSoftKeyboard

Description: This an Android sample for invoking Soft Keypad.-This is an Android sample for invoking Soft Keypad.
Platform: | Size: 103424 | Author: Buju | Hits:

[androidVoiceSearchWithKeyboard.apk

Description: android 键盘 自己下载的 android 键盘 自己下载的-android android keyboard keyboard download their own download
Platform: | Size: 3290112 | Author: 躺下 | Hits:

[androideoeAndroid4

Description: 【eoeAndroid特刊】第四期 Android widget Ver 2.0.0(build 2009.06.30),在Android 1.5 SDK中,我们看刡了一系刊功能呾API上的变化变化,包括软键盘、桌面Widget呾Live Folder API、视频录刢API,蓝牙功能升级等,Google近来对亍返些全新功能的觋枂使得Android开发变得异常活跃也异常强大-Special Report】 【eoeAndroid fourth Android widget Ver 2.0.0 (build 2009.06.30), in the Android 1.5 SDK, we look at Min a function of Ta Jikan changes on the API changes, including the soft keyboard, the desktop Widget Dan Live Folder API, video recording Ling API, Bluetooth upgrade, Google has recently returned to some new features on the right foot of the wizard Yue Android development is becoming very active so also extremely powerful
Platform: | Size: 1999872 | Author: 邱毅 | Hits:

[androidSoftKeyboard

Description: android输入法编程软键盘设置和输入法设置等,便于进行下一步的输入法编程开发-android programmed soft keyboard input method settings and input settings, the input method to facilitate the next step Programming
Platform: | Size: 113664 | Author: 冷奇柏 | Hits:

[androidusbkbd

Description: android kernel linux系统的USB键盘驱动源码,是用USB HID协议。-android kernel linux system, the USB keyboard driver source code, with USB HID protocol.
Platform: | Size: 4096 | Author: | Hits:

[androidAndroid_Teris

Description: Android手机系统上运行的俄罗斯方块游戏源程序,坐标点,计算一些东东。。。处理键盘事件,先擦除,判断是否停止,调用事件队列,到最后编译生成有dpk文件,有模拟器的朋友可直接运行看效果,如果你的手机是Android系统,那么直接拷进去就可运行。-Android phone running on the system Tetris game source code, coordinates, calculate some of the stuff. . . Handle keyboard events, erase, to determine whether to stop, call the event queue, and finally compiled a dpk file, there is a friend can run the simulator to see the effect, if your phone is the Android system, so you can directly copy into operation .
Platform: | Size: 22528 | Author: 王东 | Hits:

[androidSoftKeyboardHideDemo

Description: android 软键盘隐藏和可见的demo-android keyboard demo hidden and visible
Platform: | Size: 40960 | Author: 魏婷婷 | Hits:

[androidkeyboard

Description: 自己写的一个简单的android键盘程序,能简单实现类似英文输入法的功能.有助于初学andorid的朋友们借鉴.-Wrote a simple android keyboard program, can achieve similar English input method of simple function. Help beginners andorid friends using for reference.
Platform: | Size: 158720 | Author: ZZR | Hits:

[Graph programVirtual-keyboard

Description: 在android中实现虚拟键盘,可以模拟来操作游戏-Virtual keyboard can be simulated to operate the game in android
Platform: | Size: 58368 | Author: Jack | Hits:

[androidAndroid-emulator

Description: Android Emulator是一款功能非常齐全的模拟器,电话本、通话等功能都可进行模拟。甚至其内置的浏览器和Google Maps都可以联网。用户可以使用键盘输入,单击模拟器按键输入,甚至还可以使用鼠标单击、拖动屏幕进行操作。-Android Emulator is a very complete emulator, phone book, call functions can be simulated. Even its built-in browser and Google Maps can be networked. The user can use the keyboard to enter, click simulator key input, and even can use the mouse to click and drag the screen to operate.
Platform: | Size: 165888 | Author: 张文颖 | Hits:

[Driver DevelopAndroid-Event-driver

Description: Android 事件捕捉和处理流程分析 ,在Android系统中,键盘按键事件是由WindowManagerService服务来管理的,然后再以消息的形式来分发给应用程序处理,不过和普通消息不一样,它是由硬件中断触发的;在上一篇文章《Android应用程序消息处理机制(Looper、Handler)分析》中,我们分析了Android应用程序的消息处理机制,本文将结合这种消息处理机制来详细分析Android应用程序是如何获得键盘按键消息的。-Android event capture and process flow analysis, the Android system, keyboard key events by WindowManagerService services to manage, and then in the form of messages to be distributed application processing, but is not the same and the general message, it is a hardware interrupt trigger in the previous article Android application message handling mechanism (Looper, Handler) analysis, we analyzed the the Android application message handling mechanism, the paper will combine the detailed analysis of message processing mechanism how Android applications keyboard keys message.
Platform: | Size: 270336 | Author: | Hits:

[androidAndroid-jianpan

Description: 调用Android中的软键盘,Android示例,适合新手使用-Call the soft keyboard in Android, Android example, suitable for novices to use
Platform: | Size: 5120 | Author: 徐宁 | Hits:

[androidandroid-Simulator-keyboard

Description: android 模拟器快捷键大全 方便开发人员使用模拟器-the android emulator Shortcuts convenient for developers to use the simulator
Platform: | Size: 11264 | Author: | Hits:

[androidandroid-Simulator-keyboard

Description: android 模拟器快捷键大全 方便开发人员使用模拟器-the android emulator Shortcuts convenient for developers to use the simulator
Platform: | Size: 11264 | Author: | Hits:

[androidKeyBoard

Description: Android使用PopupWindow 实现自定义数字键盘-Android uses PopupWindow implement custom numeric keypad
Platform: | Size: 1372160 | Author: 李满义 | Hits:

[androidMTK6577PAndroid-keyboard-dirver

Description: MTK6577+Android4.0新产品针对特定键盘实现键盘功能的修改说明-MTK6577+Android keyboard dirver
Platform: | Size: 239616 | Author: kandi | Hits:
« 12 3 4 »

CodeBus www.codebus.net