▍1. MediaPlayerDemo
Android播放器源代码,源代码模式(Android.mk)编译,支持USB播放,需要手动输入视频文件的路径。(Android mediaplayer source code.)
Android播放器源代码,源代码模式(Android.mk)编译,支持USB播放,需要手动输入视频文件的路径。(Android mediaplayer source code.)
Android开发精要,带完整标签。详细介绍Android架构、源码下载编译等知识(Android development essence, with a full bookmark)
关于流水灯在android系统上的驱动和porting方法,仅供参考(LED driver porting on android)
Android Character Test for Linux.
android.widget.layout.table.Weight is setup to exercise tables in which cells use a weight.
Holds information about a specific android.content.ContentProvider content provider.
android binder通信介绍。binder 通信是一种client-server 的通信结构, 1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用; 2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的; 3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象; 4. 代理接口将该Parcel 发送给内核中的binder driver. 5.server 会读取binder driver 中的请求数据,如果是发送给自己的,解包Parcel 对象,处理并将结果返(android binder communication。)
android binder通信介绍。binder 通信是一种client-server 的通信结构, 1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用; 2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的; 3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象; 4. 代理接口将该Parcel 发送给内核中的binder driver. 5.server 会读取binder driver 中的请求数据,如果是发送给自己的,解包Parcel 对象,处理并将结果返(android binder communication。)
Delegate implementing the native methods of android.graphics.Bitmap.
Delegate implementing the native methods of android.graphics.Bitmap.
HTTP OPTIONS method Source Code for Andriod.
HTTP OPTIONS method Source Code for Andriod.
Enum Set Test Source Code for Andriod.
Enum Set Test Source Code for Andriod.
android新增按键值流程,从底层到中间层再到上层app,对linux和android framework有个一定的认识(android key value added processes, from the bottom to the middle layer and then to the upper app, android framework for linux and have a certain understanding of)
android新增按键值流程,从底层到中间层再到上层app,对linux和android framework有个一定的认识(android key value added processes, from the bottom to the middle layer and then to the upper app, android framework for linux and have a certain understanding of)