搜索资源列表
eoeAndroid6
- 【eoeAndroid特刊】第六期 数据通信-成为Android数据流大师,本期主要包含如下四方面的内容: 1. SD 的介绍、模拟器中模拟、代码中的使用 2. 蓝牙的使用、底层蓝牙的分析 3. Wifi 在SDK 中相关的内容 4. http 协议的简单介绍等-Special Report】 【eoeAndroid sixth data communications- as Android master data stream, this issue mainly contai
GLTry
- android文件管理器介绍 android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced android system does its own file manager, but ma
Android-Gsnap
- android下的截图工具源代码,可以将屏幕截取并保存在模拟器sd卡中-Under the android screenshots tools source code
TestLogin
- QQ登录端源码,教你如何写出像QQ一样的登录界面(Android版)-QQ login client source code, to teach you how to write the same login screen as QQ (Android Edition)
android2.2
- Android2.2安卓系统手机定时开关机功能的源代码,刚接触android,代码写的不好,只能实现功能,而且测试还需要有前提:手机必须装上SD卡,程序的配置文件保存在SDCard/DSGJ/mytxt.txt 定时关机,由于是智能手机.只能切换到飞行模式.(系统缺陷),如果真的关机了,只能手动开机。 -Android2.2 Andrews phone system time switch function of the source code, new to android,
201012417514888
- 刚接触android,代码写的不好.只能实现功能. 前提手机必须装上SD卡,程序的配置文件保存在SDCard/DSGJ/mytxt.txt 定时关闭电话.定时开启电话,主要是为了在睡觉期间,减少辐射和不接电话. 定时关机,由于是智能手机.只能切换到飞行模式.(系统缺陷), 如果真的关机了,只能手动开机. -New to android, the code is badly written. Can only achieve function. Phone must be
android2.211
- Android2.2安卓系统手机定时开关机功能的源代码,刚接触android,代码写的不好,只能实现功能,而且测试还需要有前提:手机必须装上SD卡,程序的配置文件保存在SDCard/DSGJ/mytxt.txt 定时关机,由于是智能手机.只能切换到飞行模式.(系统缺陷),如果真的关机了,只能手动开机。 关于源代码项目的说明: ./bin 安装包 ./source 代码 ./layout界面 -Android2.2 Andrews phone
Media_Player
- 一个小的音乐播放器源码,eclipse工程文件可直接导入(支持快进快退以及进度条拖动,扫描sd卡更新音乐列表,手势识别:可以在播放界面使用左右滑动的方式来切换歌曲等功能)-A small music player source code and eclipse project files can be directly imported (support fast forward and rewind as well as the progress bar drag, scanning sd c
MiCode-FileExplorer-fc66c64
- android文件管理器介绍 android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced android system does its own file manager, but ma
photo
- android控制相机拍照的示例程序源代码,拍照后将文件存入指定文件夹中(如SD卡目录)。开发拍照程序可以参考-android sample program source code, control the camera to take pictures after the file into a specified folder (such as SD card catalog). Development of camera programs can refer to
getsdcardsize
- 这是一个获取手机上SD卡或手机内存大小的程序源码。-This is an access to the SD card or phone memory on the phone the size of the program source code.
testSD
- android下SD、MMC卡应用测试工程-android under SD, MMC card application test code! ! !
FileManager
- android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。 -android system does not come with the file manager, but in many cases, we have, such as the need to
SDFileExplorer
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
SDFileExplorerSample
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
Android_pictureviewer
- 一个Android教程中附带的Android PictureViewer例子,是Android手机中的图片查看器例子,附有完整的源代码和注释,对新手学习Android移动应用开发是个不错的实例,测试到手机上的时候,请先在SD卡上建立pic目录以存放图片,以便获取最佳的测试效果。-An Android tutorial with the Android PictureViewer example, picture viewer example in the Android phone with f
day7_02_SDWriteAndRead
- Android SD卡读写文件代码,包括文件读写,文件夹创建-Android SD Card Reader file code, including file read and write, create folders
turntest
- android电子阅读器源码,实现翻页效果,页眉和页脚可以随手指移动。这是经调试可以使用的完整源代码,使用时:请将电子书命名为test.txt放在sd卡的根目录下,电子阅览器会自动读取这些文件。-electronic reader android source code to achieve flip effect, headers and footers can be moved with the fingers. This is the debugger can use the comple
Gallery
- Gallery从SD卡中获取图片,并显示,应用程序编程源码,很好的参考资料。-Gallery to obtain images, from the SD card and display, application programming source code, a good reference.
Get-SD-card-free-space
- 对Android源码分析写出的获取SD卡可用空间,虽然代码简单但是对于初学者还是可以借鉴的-Android source code analysis on the SD card write access to the available space, although the code is simple but can still learn for beginners