搜索资源列表
usbmouse
- android kernel linux系统的USB鼠标驱动源码,用的USB HID协议。-android kernel linux system' s USB mouse driver source code, use the USB HID protocol.
adb
- android 2.2.1 adb 源代码。位于/system/core/adb目录下-android 2.2.1 adb source code. Located in/system/core/adb directory
android_Sensor
- 介绍了android 2.2上了sensor结构,从一个linux底层过来的,详细的介绍了对于一个android 新手怎样去入手了解android 源码,去学习framework,去了解sensor的结构,从而去了解整个android的结构,本人原创有不对的地方请指正,转载请说明,谢谢!-Introduced the android 2.2 on the sensor structure, the bottom came from a linux and detailed introductio
Android-Application-Development
- This practical book provides the concepts and code you need to develop software with Android, the open-source platform for cell phones and mobile devices that s generating enthusiasm across the industry. Based on the Linux operating system and develo
AndroidSDK(cn)
- Android 平台 是一个移动设备专用的软件堆, 包括一个操作系统, 中间件以及大量关键应用. 开发者能建立大量应用程序通过Android SDK平台。应用程序使用Java程序语言编写并且在Dalvik上运转, Dalvik是一个运行在Linux内核之上专门供嵌入使用的虚拟机。 现在Android SDK 1.0版本已经正式推出. 它包括源码框架, 实例工程,开发工具,模拟器,当然还包括你所需要的开发Android应用的全部库文件。-Android platform is a softwa
usbkbd
- android kernel linux系统的USB键盘驱动源码,是用USB HID协议。-android kernel linux system, the USB keyboard driver source code, with USB HID protocol.
ucb1400_ts
- android kernel linux系统触摸屏ucb1400驱动源码。-android kernel linux system touch screen ucb1400 driver source code.
wacom_w8001
- android kernel linux系统触摸屏wacom_w8001驱动源码。-android kernel linux system touch screen wacom_w8001 driver source code.
SQLite
- 代码介绍: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alp
android-ocr
- android ocr 无需再次在Linux上编译 可以直接运行-android orc source code, use it directly
androidinput1
- android输入法源码,支持中文,英文,日文的输入,需要在linux下交叉编译。-android input method source code, support Chinese, English, Japanese input under linux cross compiler.
Androidjs
- Android与Js交互的演示实例,与Javascr ipt交互的例子,获得浏览器组件。 //WebView就是一个简单的浏览器 //android浏览器源码存在于LINUX/android/package/apps/Browser中 //里面的所有操作都是围绕WebView来展开的 //WebSettings 几乎浏览器的所有设置都在该类中进行 DemoJavascr iptInterface类为js调用android服务器端提供接口
windows_get_androidcode
- 教程:教你如何在windows下获取android源码,很多开发android的程序员并不是在LINUX系统下,如何在windows下获取源码呢,这就是教程,按着操作就行了。-Tutorial: teach you how to get android source code in windows, many developers android programmer access to the source code is not a Linux system, how the windows
tkadb.bk
- adb.exe的源码,从linux转到VS2010编译环境-adb.exe source code. Vs2010 project
FileUtil
- 一个常用的Java文件操作类FileUtil.java源代码,类中的所有方法都是静态方法,不需要生成此类的实例,这些Java文件操作类主要有修改文件的最后访问时间、判断指定的文件是否存在、创建指定的目录、清空指定目录中的文件、删除指定目录及其中的所有内容、列出目录中的所有内容,包括其子目录中、将目录中的内容添加到列表、返回文件的URL地址、从文件路径得到文件名、将DOS/Windows格式的路径转换为UNIX/Linux格式的路径、得到文件类型和文件名、得到路径分隔符在文件路径中指定位置后首次出