CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - file-explorer
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - file-explorer - List
[
android
]
Explorer
DL : 0
Android 上文件浏览程序的支持库,需要root权限-Explorer on android platform, need root access privileges.
Date
: 2025-12-26
Size
: 41kb
User
:
Yin
[
android
]
fileExplorer_src
DL : 0
一个实现android平台下文件选择的源码-An implementation of the android platform source code file selection
Date
: 2025-12-26
Size
: 43kb
User
:
lypoint
[
android
]
File_Management
DL : 0
android手机的文件资源管理器,寻找根目录,删除文件、更改文件名等等功能.-android mobile phone file explorer, find the root directory, delete files, change file names and more.
Date
: 2025-12-26
Size
: 57kb
User
:
把握今天
[
android
]
myexplorer
DL : 0
android资源管理器 实现了浏览指定路径下的文件的功能-android Explorer browse to specify the path to achieve the function of the file under the
Date
: 2025-12-26
Size
: 184kb
User
:
刘全伦
[
android
]
AndroidDir
DL : 0
android资源管理器 查看内存中的文件 可以重命名或删除文件-android Explorer to view the file in memory can rename or delete files
Date
: 2025-12-26
Size
: 98kb
User
:
zhangxu
[
android
]
MiCode-FileExplorer-7adb4c3
DL : 0
Anroid 系统上的文件浏览示例系统。-File Explorer in Anroid OS.
Date
: 2025-12-26
Size
: 754kb
User
:
孙建
[
android
]
GLTry
DL : 0
android文件管理器介绍 android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced android system does its own file manager, but many cases, such as the need to open the file from the SD, it must be with the tripartite development of resource management, common AndExplorer etc.. After the release of this case, users also need to install the software dependent, is very troublesome. Explorer, described below in the code around line 100 that can be the most common file selection functionality. Management code
Date
: 2025-12-26
Size
: 47kb
User
:
蒲
[
android
]
MiCode-FileExplorer-fc66c64
DL : 0
android文件管理器介绍 android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced android system does its own file manager, but many cases, such as the need to open the file from the SD, it must be with the tripartite development of resource management, common AndExplorer etc.. After the release of this case, users also need to install the software dependent, is very troublesome. Explorer, described below in the code around line 100 that can be the most common file selection functionality. Management code
Date
: 2025-12-26
Size
: 629kb
User
:
蒲
[
android
]
FileManager
DL : 0
android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。 -android system does not come with the file manager, but in many cases, we have, such as the need to open the file from the SD, you must use the Explorer developed by the tripartite used etc. as AndExplorer. This case, after the release, users also need to install the software dependent, very troublesome. Here in Explorer code, only need about one hundred lines of a class that is most commonly used file selection function.
Date
: 2025-12-26
Size
: 279kb
User
:
yhchen
[
android
]
SharePreferences
DL : 0
本源码主要于数据存储SharePreferences相关,介绍SharePreferences在android开发中的用法和实例。 关于SharePreferences:它是以键值对来存储应用程序的配置信息的,只能存储基本数据类型。一个程序的配置文件仅可以在本应用程序中使用,或者说只能在同一个包内使用,不能在不同的包之间使用。实际上SharedPreferences是采用了XML格式将数据存储到设备中,在DDMS中的File Explorer中的/data/data//shares_prefs下。-The main source data storage SharePreferences Related usage of to introduce SharePreferences android development and instances. About SharePreferences: It is based on the key values to store application configuration information, can only store basic data types. A program' s configuration file can only be used in this application, or that can only be used in the same package, and can not be used between different packages. SharedPreferences is actually using XML format data storage device in the File Explorer in DDMS/data/data// shares_prefs under.
Date
: 2025-12-26
Size
: 53kb
User
:
zhb
[
android
]
SDFileExplorer
DL : 0
android手机里的文件浏览器,采用递归遍历,实现将手机外部存储卡的文件列出来-sdcard File explorer
Date
: 2025-12-26
Size
: 1.14mb
User
:
谢代龙
[
android
]
aFileChooser
DL : 0
文件选择器源码,aFileChooser是一个Android库项目,简化了过程,提出一个文件选择器。意图为第三方应用程序组件提供钩子的能力为内容的选择。这对媒体文件运行良好,但如果你希望用户能够选择任何文件,他们必须安装一个现有文件资源管理器应用程序。因为许多Android设备没有股票文件管理,开发人员必须经常指导用户安装一个,或构建一个自己。aFileChooser解决了这个问题。特点: 完整的文件资源管理器,简化GET_CONTENT意图创造很容易把一个Uri转换成一个文件确定数据的MIME类型遵循Android惯例(片段,装载机、意图等)。-File selector source, aFileChooser is a Android library project, simplify the process, put forward a file selector. The ability to provide hooks for the third party application components. This is good for media files, but if you want users to be able to any file, they must install an existing file explorer application. Because many Android devices do not have stock file management, developers must often guide the user to install one, or build a self. AFileChooser solved the problem. Features: complete file explorer, simplified GET_CONTENT intent creation is easy to convert a MIME into a file to determine the data type of Android follow the Uri Convention (fragment, loader, intent, etc.).
Date
: 2025-12-26
Size
: 548kb
User
:
TOM
[
android
]
AppManager
DL : 0
androi 的资源管理器,读取手机SD卡内容,并且能用外部应用打开相应的文件。-androi Explorer, read the phone' s SD card content, and external applications can open the file.
Date
: 2025-12-26
Size
: 364kb
User
:
Clark
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.