搜索资源列表
FileExplorer
- android下的文件管理器,可以对文件进行删除操作-android under the File Manager, you can delete the file
FIleManager
- 基于android的文件管理器,提供简单的文件操作,apk管理及浏览历史功能-Android-based file manager, a simple file operations, the apk management and browsing history function
File.rar
- Android开源手机操作系统可以让开发人员在模拟器中进行相应的操作以使系统满足用户的各种需求。在这里我们可以通过对Android读写文件的相关操作来体验一下这款操作系统的编写方式。
FileIO
- android 下的文件读写操作源码,可供入门学习-android source code under the file read and write operations, for entry-learning
FileManager
- 文件管理器:可以浏览文件(文件夹)、显示路径以及对目录的一些常用操作(比如新建、删除、粘贴等)-File manager: you can browse the file (folder), display the directory path as well as some common operations (such as create, delete, paste, etc.)
File
- android文件操作,文件的保存,察看.次程序是在Android2.2的版本下开发的。-android
LyricDemo
- 一个关于动态歌词的android应用demo:内容包括:Serializable接口在android中的应用,java文件操作事例代码-An application for the android demo lyrics
FileManager-V2.0
- 使用android2.2以上版本编写的文件管理器,包括对文件的增、删、重命名,支持对文件夹的多文件操作。-Android2.2 above written using file manager, including the file add, delete, rename, folder support for multi-file operations.
FileUtils
- Android中文件工具类,主要实现scard上的文件目录创建,文件创建,以及其他文件操作-Android in the file tools,Achieve scard on the main file directory creation, file creation, and other file operations
fileSearch.tar
- 一个android的文件搜索小工具,包含了android系统中的文件权限和文件操作的知识。-a application you can used it to search the file ,then it will callback the path where you put the file.
myFileWriteRead
- 简单的文件操作,包括读、写、保存等,适合新手熟悉文件操作类-Simple file operations, including reading, writing, save etc.Novice familiar with documents of operation
homework
- 这是一份安卓课的期末作业!实现了页面的转换,文件操作,和后台服务的调用及其前台的显示!-This a homework of android,which funtion is change page,deal with file and make service on the backstage ,then display in the proscenium.Thank !
FileOperate
- android 文件操作,在手机SD卡上,创建一个新的文件,显示文件的目录,删除文件等操作-android file operations, on the phone SD card, create a new file to display the files, delete files, and other operations
AndroidJNIFileOperator
- android上基于JNI的文件操作源代码,实现java与c++混编-android JNI-based file operations on the source code
File
- 这是在android开发环境下对文件操作的例子。-This is the android development environment for file operations example.
flypigeon
- 一个Android环境下的聊天程序,还可以接收文件,核心为Java源码,如果当前为选择文件夹模式,说明现在是保存文件操作,如果这个cancel按钮被点击,说明用户拒绝接收文件,则向对方发送一个拒绝接收文件的指令。聊天程序是比较典型的网络程序,学习Android要看哦。 @param filePath 需要打开的目录路径 * 打开该目录并获得里面的所有文件信息,包括目录和文件 * 并把所有文件名存放在fileNames列表中,把所有文件路径存放在filePaths列表
FileUtil
- 一个常用的Java文件操作类FileUtil.java源代码,类中的所有方法都是静态方法,不需要生成此类的实例,这些Java文件操作类主要有修改文件的最后访问时间、判断指定的文件是否存在、创建指定的目录、清空指定目录中的文件、删除指定目录及其中的所有内容、列出目录中的所有内容,包括其子目录中、将目录中的内容添加到列表、返回文件的URL地址、从文件路径得到文件名、将DOS/Windows格式的路径转换为UNIX/Linux格式的路径、得到文件类型和文件名、得到路径分隔符在文件路径中指定位置后首次出
directoryTree
- Android文件管理器(增加了文件夹复制移动,下载资源暂停删除等,以及复制过程中的可视化进程)是一个基于Android开发的应用,包含常用文件操作以及文件下载功能,文件操作包括打开文件夹和打开各类的文件(apk、avi、mp3、doc等等),以及文件和文件夹的移动复制,文件夹的创建,文件/文件夹大小查看,日志记录等,文件下载包括,多线程断点续传功能、使用ProgressBar可视化下载进度等。里面附有所有的可执行源码。-Android File Manager (adds folder mov
ContentProvider
- 当应用继承ContentProvider类,并重写该类用于提供数据和存储数据的方法,就可以向其他应用共享其数据。虽然使用其他方法也可以对外共享数据,但数据访问方式会因数据存储的方式而不同,如:采用文件方式对外共享数据,需要进行文件操作读写数据;采用sharedpreferences共享数据,需要使用sharedpreferences API读写数据。而使用ContentProvider共享数据的好处是统一了数据访问方式。-When applying inheritance ContentProv
android开发之文件选择器
- 此源程序是利用android语言编写的,用于选择手机上的文件,有多选功能,并返回一个监听事件,用于操作已经选择的文件