资源列表
aidl_sxjcjdtx
- aidl实现进程间的通讯实现起来也很方便,而且比广播等要方便管理。给大家一个例子吧,也是我最近正在写的一个音乐播放软件,功能简单,主要是做演示!用到了appcompat_v7库,已经一起打包了。项目也涉及到了aidl的使用,项目要求android4.0以上运行,aidl相关的实现主要在activity和service的包内。(另外悄悄的告诉大家,这套源码没有注释,阅读需要一定基础)。-Aidl realize the process of communication between the im
azyydq
- 详细介绍 - [ 安装应用数据读取源码 ] 安装应用数据读取源码是一个简单的通过aidl读取应用包信息的例子,可以实现应用数据和缓存的读取,2.3.7测试权限读不出来。之前发过类似例子,在安卓例子源码目录下的-应用管理目录里可以找到。-Detail- the installation and application of data read source Install the application data to read the source code is a simple ex
Android_wyfy
- 维语词典源码是一个词典翻译项目,测试运行以后我就惊呆,界面都是蝌蚪文,一开始我以为是阿拉伯语,搞了好久才发现是维语(维吾尔族语言) !,不得不说这个项目很逗,虽然strings.xml文件里面配置的字符串都是维语,但是源码里面的注释是用的中文简体,class是用汉语拼音命名的。从项目整体的架构上目测应该是学生作品,一开始项目缺少jsoup-1.6.0.jar和ksoap2-android-assembly-2.4-jar-with-dependencies.jar这两个jar包,都已经找齐了放进
C4droid
- 详细介绍 - [ 手机SDL音乐播放器源码 v2.0 ] 简单的音乐播放器,有终端模拟器、SDL1.2、SDL2,3个版本。 支持音频有mp3、ape(无损音乐)、ogg、m4a、wav等,要是想过滤ogg、wav文件,可以去finddir.c中找到对应函数修改。 注意:源码需要用C4DROID编译-Detailed introduction- [mobile SDL music player source v2.0] Simple music player, there are
Android_GPUImage
- 支持实时摄像头滤镜的GPUImage是iOS下一个开源的基于GPU的图像处理库,提供各种各样的图像处理滤镜,并且支持照相机和摄像机的实时滤镜。GPUImage for Android是它在Android下的实现,同样也是开源的,托管在Github上。-Support real-time camera filters GPUImage is IOS under an open source GPU based image processing library, provides a variety
ReadData
- 读取SD卡上的文件,并且提供了向SD卡内写数据的功能。帮助开发者对SD卡文件进行开发。-Read the files of SDCard.
SlidingMenuAndTimerExistDemo
- 侧滑菜单的使用和定时退出软件功能Demo-The use and timing of exit sliding menu Demo software features
K1_DAGUIMO-MIMO
- 瑞丽衰落信道MIMO系统运用ZF方法和MMSE方法的模拟实验-Rayleigh fading MIMO systems using simulation methods ZF and MMSE methods
recyclerview
- recyclerview的jar包。。。20个字-recyclerview jar package
CalenGoo_andriod
- 日历选择器源码是一个自定义日历,默认直接显示当月日历,可以显示星期几,左右滑动可以切换月份不能选择年份,可以点击日历控件分类查看,本项目编码UTF-8默认编译版本4.4.2有中文注释。 -Calendar picker source is a custom calendar month show direct default calendar can display the week, month year or so slide switch can not be selected,
libusb-jni
- lsusb的库在android下用usb发送数据的库,官方只有linux现移植到android下-lsusb Library in Android under the USB to send data to the library, the official only Linux is now transplanted under the Android
MultiThreadClientServer
- 通过Android编程,实现客户端与服务器之间的网络通信。-MultiThreadClient and MultiThreadServer