搜索资源列表
28090409593
- 读取SD卡序列号,简单说明,相关操作
NewThreadMain
- 本工程实现了异步加载SD卡中所有图片&视频缩略图的操作 利用到的知识点为: 1.Android AsyncTask:异步加载时 2.ImageSwitcher控件 3.SlidingDrawer控件 可以扩展为: 1.点击ImageSwitcher时,如果是图片则查看原图,如果是视频,则预备播放视频 注意:视频格式有限制
SDSDv17
- 一些关于SD卡的操作资料,在做单片机开发或其他嵌入式开发时非常有用!-SD card about the operation of information, development or other embedded microcontroller to do when developing very useful!
SeeJoPlayer_v1.2.0_beta_SourceCode
- 1、完美支持android1.5、android1.6、android2.0、android2.01、android2.1平台; 2、完美支持320×480、480×800、480×854等各种分辨率(自适应屏幕分辨率); 3、支持在线音视频播放,支持URL input和从浏览器调用SeeJoPlayer播放器播放在线音视频; 4、自动转为横屏播放,为用户提供更好的观看体验; 5、修改了没有SD卡程序出错的Bug; 6、美化了视频播放列表和操作说明的界面。-1, t
filemanager_src
- 这是一款基于android平台的文件管理的程序,程序中有详细的注释,分别说明在android下,如何对SD卡上的文件实现创建、删除、移动、复制的操作。涉及到多文件,有异步任务类的处理,对于初学者可以参考-This is a android platform-based document management program, the program in detail in the notes indicate, respectively, android, how the files on t
FileOperate
- android 文件操作,在手机SD卡上,创建一个新的文件,显示文件的目录,删除文件等操作-android file operations, on the phone SD card, create a new file to display the files, delete files, and other operations
SDFileExplorer
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
sd_watcher
- 自己写的小程序。在Android上,用户的SD卡常常被各种应用程序写满,这个小程序用于,在其他应用想在SD卡上新建文件夹时,拦截并提醒用户是否要进行此操作-Write your own program. SD card on Android, the user is often a variety of applications filled this small program used to intercept and alert the user to in other applicati
input-method
- 这是Android输入法手势操作源码,注意: android.gesture这个类在api-4(SDK1.6)才开始支持的! 提醒:默认存到SD卡中,所以别忘记在AndroidMainfest.xml加上SD卡读写权限!-Android input method gestures operation source, pay attention: android.gesture this class in the api-4 (SDK1.6) began to support! Remind
SDFileExplorerSample
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
Card
- 这个程序可以在android开发环境下对 sd卡进行操作。-This procedure can be android development environment to operate on the sd card.
mp3play01
- 我自己写的ANDROID的MP3软件,服务器客户端通信,歌词显示,文件读写,操作SD卡等,非常有价值- I wrote it myself ANDROID of MP3 software, client server communication, lyrics display, document literacy, operation SD card, very valuable
SD
- 振南高级外围设备之sd卡篇有关单片机操作SD卡和fat的应用-Chen Nan advanced peripheral equipment sd card application papers of the SCM operation of the SD card and fat
DownLoader
- DownLoader源码包,Android DownLoader下载程序Demo示例源码,带进度条指示,适时加载进度条数据并显示。同时还有一些相关的操作对初学 android相当有用,比如从指定的地址下载文件、判断SD卡是否可用、停止下载、发送通知等,部分代码文件内有注释,便于学习理解-DownLoader source package, Android DownLoader download programs Demo sample source code, with a progress b
SDCardListener
- 提供监听Android手机sd卡读写等操作的功能,将操作时间及具体操作写入日志到SD卡中。-Android phones offer listeners sd card reader and other operations functions, the operating time and the specific operation to write the log to the SD card.
SDtest
- android中读写SD卡的操作demo-save and delete at SDcard
OpenFileOutIn
- eclipse下Android 创建SD卡存储文件编程,操作SD卡,实现数据在SD卡文件存储。-Under the eclipse Android programming to create SD card storage file, SD card operation, implement the data stored on the SD Calvin.
studentmanagersystem
- 学生信息管理系统是一款简单的安卓学生管理系统,很适合新手学习。第一次打开可以先新注册一个然后再登录。密码使用MD5存在sqllite中,默认注册帐号是管理员帐号,登录以后可以进行学生信息的新增删除和权限提升操作,也可以实现所有用户的短信群发功能。点击头像可以选择sd卡中的图片。-Student information management system is a simple Android student management system, it is suitable for beginn
lkbfqym
- 乐看播放器源码介绍: 1、完美支持android1.5、android1.6、android2.0、android2.01、android2.1平台; 2、完美支持320×480、480×800、480×854等各种分辨率(自适应屏幕分辨率); 3、支持在线音视频播放,支持URL input和从浏览器调用SeeJoPlayer播放器播放在线音视频; 4、自动转为横屏播放,为用户提供更好的观看体验; 5、修改了没有SD卡程序出错的Bug; 6、美化了视频播放列表和操作说明的
PB_Project_CartoonReader
- 手机动漫阅读器源码实际功能上类似于一个图片浏览器,打开项目点击请选择以后会自动弹出SD卡根目录,项目会罗列出当前的目录和文件,点击图片文件可以对进行图片进行放大、缩小、旋转等操作,可以使用幻灯片的形式自动播放图片。-Phone Comic Reader source actual function similar to a picture browser, open the project, click on the will automatically pop up SD card root