搜索资源列表
android4.0
- 提取出最全的Android4.0 API 的源代码,也就是android.jar源代码,这样在Eclipse关联到该源代码,就可以在项目中查看Android API 的实现了,希望对学习Android开发的人有帮助 下载教程。确保你已经安装了git jdk python等,操作系统环境为Linux。 1.创建bin目录,并加入到PATH $ mkdir ~/bin $ PATH=~/bin:$PATH 2.下载repo到刚刚创建的bin目录,并设置权限为可执行。 $
android-14
- Android4.0的源码,需要adt16及以上版本,放在<android-sdk-windows>\sources中,eclipse会自动识别-Android4.0 the source, you need adt16 and above, on <android-sdk-windows> \ sources in, eclipse will automatically identify
android-15
- Android4.03的源码,需要adt16及以上版本,放在<android-sdk-windows>\sources中,eclipse会自动识别-Android4.03 the source, you need adt16 and above, on <android-sdk-windows> \ sources in, eclipse will automatically identify
sources
- 安卓4.1版本 sdk源码,方便在eclipse中连接到定义处 。-android4.1 SDK source code,when use eclipse link declare easy 。
Launcher2
- android4.0的luancher源码,想深入了解android启动luancher的实现,或者需要对自己定制luancher的这个工程是个非常好的借鉴,-a android4.0' s luancher source, want to learn more the android start realization of luancher, or need their own customized luancher this project is a very good refere
Android4.65G
- 老罗android视频教程链接,4.65G,包括讲解顺序,ppt及源码。-Old Android video tutorials, 4.65G, including the teaching sequence, PPT and source code.
Camera
- android4.03 camera 源码 不是MTK和高通的,纯正的google源码.-Android4.03 camera source code Not MTK and Qualcomm, pure Google source.
Settings
- android4.1的setting(设置)源码,有完整的结构。大家可以下载下来研究研究。-android4.1 setting s code source, has complete structure. You can download studies.
DWinterTabDemo
- 仿Android4.0左右滑动切换Tab的UI的源代码应用程序编程源码,很好的参考资料。-Imitation Android4.0 around the sliding switch Tab the source code for UI application programming source code, a good reference.
LeBlue
- android4.3以上低功耗蓝牙源码,扫描设备,主动发起蓝牙连接,低功耗蓝牙特征值读写等功能-android4.3 over low-power Bluetooth source, scanning equipment, initiate Bluetooth connectivity, Bluetooth low energy eigenvalues read and write functions
Android4
- Android4高级编程源码.rar Android 4 高级编程 第三版 中文版 光盘里的配套代码 -Android4 senior programming source. Rar Android 4 Advanced Programming in the third edition of the Chinese version of the CD-ROM package code
android-4.0.1_r1-sources.tar
- android4.0 SDK 源码,很有用的学习Android的代码-Android4.0 SDK source code, very useful learning Android code
FileExplorer
- 小米文件管理器源码分为两个版本,一个是普通的手机版本,一个是适合平板使用的HD版本。都可以通过ftp支持文件的远程管理功能,此外管理器还可以进行文件的批量移动、复制、重命名、和删除操作。文件管理器内置了很多默认的格式图片例如视频、wav格式、wma格式、xcf格式、xhtml格式、html格式、xls格式、zip格式等10余种格式图片。因为项目使用了android4.0的部分控件所以限制运行在4.0以上 -you want to exercise
MultiBleTest
- 扫描、连接多个蓝牙4.0 ble模块,安卓源码, Eclipse开发环境。要求版本android4.3以上。可搜索、配对、连接、发现服务及特征值、接收广播数据等-This app can scan, connect a number of Bluetooth 4 ble module, Android source code, Eclipse development environment. Required version android4.3 above. Can search, match
androidwxdc
- 安卓在线点菜源码,联网在线获取菜品列表。可以实现店铺的搜索并查看餐厅的介绍、经典菜品等。项目集成百度地图。可以在百度地图中直接查看饭店位置。项目用到的技术有上拉刷新、异步加载和购物车.可以直接点菜但是项目的菜谱功能和登录功能还不太完善可以借鉴本站的另外一个菜谱项目源码。另外项目只能运行在android4.0以上4.0以下直接崩。服务端使用的是动力启航的开源CMS,需要自己搭建。-Android online order source, online access to the list of d
aidl_sxjcjdtx
- aidl实现进程间的通讯实现起来也很方便,而且比广播等要方便管理。给大家一个例子吧,也是我最近正在写的一个音乐播放软件,功能简单,主要是做演示!用到了appcompat_v7库,已经一起打包了。项目也涉及到了aidl的使用,项目要求android4.0以上运行,aidl相关的实现主要在activity和service的包内。(另外悄悄的告诉大家,这套源码没有注释,阅读需要一定基础)。-Aidl realize the process of communication between the im
Copymusic
- 和讯音乐播放器源码是一个基于安卓的音乐播放器源码,基于android4.0以上开发,实现了皮肤更换、字体设置、播放顺序、手势设置、开机启动、文件扫描、文件下载、歌词显示、后台播放、列表显示、侧栏菜单等功能,但是比较奇葩的是一点击播放项目就会自动停止。有耐心研究的朋友可以自己研究一下具体的源码功能块.项目工具类注释详细,其他注释比较一般。-And hearing the music player source code is a based on the Android music player
Terminater
- 安卓来电拦截源码是一个基于Android4.0开发的电话反骚扰系统项目,主要功能是可以分时间段的按地区和黑白名单智能拦截陌生人来电,默认有五种拦截规则:拦截黑名单里的人、智能拦截陌生人、只接受白名单里的人、拦截所有人、按地区拦截,具体的拦截效果我没有测试需要这方面功能的朋友可以自己下载源码研究一下,源码有比较详细的注释,做毕设也可以,本项目编码GBK默认编译版本4.4.2有英文注释。-Android call interception source is a based on android4.
MIUIwjgl
- 小米文件管理器源码分为两个版本,一个是普通的手机版本,一个是适合平板使用的HD版本。都可以通过ftp支持文件的远程管理功能,此外管理器还可以进行文件的批量移动、复制、重命名、和删除操作。文件管理器内置了很多默认的格式图片例如视频、wav格式、wma格式、xcf格式、xhtml格式、html格式、xls格式、zip格式等10余种格式图片。因为项目使用了android4.0的部分控件所以限制运行在4.0以上。 -Millet file manager source is divided into t
Settings
- Android4.4 的Setting.apk源码,可以查看学习一下,但是,有个问题,导入到Eclipse的时候有错误,因为需要调用系统下的包,而系统下的包都是以一种@hide隐藏着,只允许系统下的类调用,所以,这个外项目是无法调用到的。-Android4.4 Setting.apk source code, you can view the study, but there is a problem, leading to Eclipse when there are errors, beca