805单片机C语言开发环境实务与设计.pdf
下载次数 4次 资源类型 应用文档 上传时间 2013-08-21
Android SDK r10.从http://d.android.com/sdk/index.html下载,国内无法直接访问,希望对大家有用。 上传日期 2011-04-11, 上传文件 installer_r10-windows.7z.002
下载次数 1次 资源类型 应用文档 上传时间 2013-08-12
Android SDK r10.从http://d.android.com/sdk/index.html下载,国内无法直接访问,希望对大家有用。 上传日期 2011-04-11, 上传文件 installer_r10-windows.exe
下载次数 1次 资源类型 应用文档 上传时间 2013-08-12
I will use call IAudioFlinger::setMode API as a sample scenario to show how the Android IPC system works. AudioFlinger is a service in the media_server program Service Manager Run service_manager provide service manager service to other process. It must be started before any other service gets running. int main(int argc, char **argv) { struct binder_state *bs; void *svcmgr = BINDER_SERVICE_MANAGER; bs = binder_open(128*1024); if (binder_become_context_manager(bs)) { LOGE("cannot become context manager (%s)\n", strerror(errno)); return -1; } svcmgr_handle = svcmgr; binder_loop(bs, svcmgr_handler); return 0; } It first open “/dev/binder” driver and then call BINDER_SET_CONTEXT_MGR ioctl to let binder kernel driver know it acts as a manager. Then it enters into a loop to wait for any data from other process. void binder_loop(struct binder_state *bs, binder_handler func) { int res; struct binder_write_read bwr; unsigned readbuf[32]; bwr.write_size = 0; bwr.write_consumed = 0; bwr.write_buffer = 0; readbuf[0] = BC_ENTER_LOOPER; binder_write(bs, readbuf, sizeof(unsigned)); for (;;) { bwr.read_size = sizeof(readbuf); bwr.read_consumed = 0; bwr.read_buffer = (unsigned) readbuf;
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Solving an Android Threading Problem by Eric M. Burke, Principal Software Engineer Object Computing, Inc. (OCI) Introduction By now, you probably know what Google Android is: an open source operating system, virtual machine, and SDK for mobile devices. In 2008, T-Mobile released the first Android phone, the G1. 2009 will bring many different phones from a variety of carriers. Android presents an exciting opportunity for programmers. Millions of people will purchase Android phones in 2009, each including a link to the Android Market. For a nominal $25 registration fee, any programmer can distribute free Android applications on the Market. Beginning in January, you'll be able to sell commercial applications, as well. If you are new to Android development, start with Google's Notepad Tutorial. Rather than repeat that material, this article looks at a particular threading problem in more detail. If you are completely new to Android, you may want to work through the Notepad tutorial before proceeding.
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Google Android SDK开发范例大全.part2.rarGoogle Android SDK开发范例大全.part2.rarGoogle Android SDK开发范例大全.part2.rarGoogle Android SDK开发范例大全.part2.rar
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
如何成为Android高手 如何成为Android高手
下载次数 1次 资源类型 应用文档 上传时间 2013-08-12
《手把手教你用Android开发新浪微博客户端》-------水的右边(安卓巴士整理).pdf
下载次数 2次 资源类型 应用文档 上传时间 2013-08-12
20个Android很有用的代码片段 android学习
下载次数 1次 资源类型 应用文档 上传时间 2013-08-12
Android应用开发详解 Android应用开发详解 Android应用开发详解
下载次数 3次 资源类型 应用文档 上传时间 2013-08-12
Android 获取图片资源的4种方式,最全的获取图片资源的各种方式,适合初学者
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
这是Android API的第二个分卷。
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
由于我的上传被限制为15MB,所以将它压缩成了两个分卷,这是Android API Part1
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Android 解析 JSON 源码,用实例来演示解析JSON数据,非常实用的教程
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Android ListView中异步获取图片 源码,异步联网获取网络图片的源码,非常实用
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Android文件浏览器的开发 源码,详尽的实例介绍文件浏览器的开发!
下载次数 1次 资源类型 应用文档 上传时间 2013-08-12
Android实现GPS定位,Android Google Map API和GPS定位开发中文文档
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
学习android必备,祝您好运!!脚踏实地!
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Android 动画特效 源码,包换各种动画特效,手把手教您学会动画编程
下载次数 0次 资源类型 应用文档 上传时间 2013-08-12
Android 10个项目源码(图片浏览器,文件浏览器等)
下载次数 5次 资源类型 应用文档 上传时间 2013-08-12
已有288人来访过