文件名称:FileManager
介绍说明--下载内容均来自于网络,请自行研究使用
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.
-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FileManager
...........\.classpath
...........\.project
...........\.settings
...........\.........\org.eclipse.jdt.core.prefs
...........\AndroidManifest.xml
...........\assets
...........\bin
...........\...\FileManager.apk
...........\...\classes
...........\...\.......\com
...........\...\.......\...\yarin
...........\...\.......\...\.....\android
...........\...\.......\...\.....\.......\FileManager
...........\...\.......\...\.....\.......\...........\FileManager$1.class
...........\...\.......\...\.....\.......\...........\FileManager$2.class
...........\...\.......\...\.....\.......\...........\FileManager$3.class
...........\...\.......\...\.....\.......\...........\FileManager$4.class
...........\...\.......\...\.....\.......\...........\FileManager$5.class
...........\...\.......\...\.....\.......\...........\FileManager$6.class
...........\...\.......\...\.....\.......\...........\FileManager$7.class
...........\...\.......\...\.....\.......\...........\FileManager$8$1$1.class
...........\...\.......\...\.....\.......\...........\FileManager$8$1$2.class
...........\...\.......\...\.....\.......\...........\FileManager$8$1.class
...........\...\.......\...\.....\.......\...........\FileManager$8$2.class
...........\...\.......\...\.....\.......\...........\FileManager$8$3.class
...........\...\.......\...\.....\.......\...........\FileManager$8$4$1.class
...........\...\.......\...\.....\.......\...........\FileManager$8$4$2.class
...........\...\.......\...\.....\.......\...........\FileManager$8$4.class
...........\...\.......\...\.....\.......\...........\FileManager$8$5.class
...........\...\.......\...\.....\.......\...........\FileManager$8.class
...........\...\.......\...\.....\.......\...........\FileManager.class
...........\...\.......\...\.....\.......\...........\IconifiedText.class
...........\...\.......\...\.....\.......\...........\IconifiedTextListAdapter.class
...........\...\.......\...\.....\.......\...........\IconifiedTextView.class
...........\...\.......\...\.....\.......\...........\R$array.class
...........\...\.......\...\.....\.......\...........\R$attr.class
...........\...\.......\...\.....\.......\...........\R$drawable.class
...........\...\.......\...\.....\.......\...........\R$id.class
...........\...\.......\...\.....\.......\...........\R$layout.class
...........\...\.......\...\.....\.......\...........\R$string.class
...........\...\.......\...\.....\.......\...........\R.class
...........\...\classes.dex
...........\...\com
...........\...\...\yarin
...........\...\...\.....\android
...........\...\...\.....\.......\FileManager
...........\...\...\.....\.......\...........\FileManager.class
...........\...\...\.....\.......\...........\IconifiedText.class
...........\...\...\.....\.......\...........\IconifiedTextListAdapter.class
...........\...\...\.....\.......\...........\IconifiedTextView.class
...........\...\...\.....\.......\...........\R$array.class
...........\...\...\.....\.......\...........\R$attr.class
...........\...\...\.....\.......\...........\R$drawable.class
...........\...\...\.....\.......\...........\R$id.class
...........\...\...\.....\.......\...........\R$layout.class
...........\...\...\.....\.......\...........\R$string.class
...........\...\...\.....\.......\...........\R.class
...........\...\res
...........\...\...\drawable
...........\...\...\........\addfolderr.png
...........\...\...\........\audio.png
...........\...\...\........\delete.png
...........\...\...\........\folder.png
...........\...\...\........\goroot.png
...........\...\...\........\icon.png
...........\...\...\........\image.png
...........\...\...\........\packed.png
...........\...\...\........\paste.png
...........\...\...\........\text.png
...........\...\...\........\uponelevel.png
...........\...\...\........\video.png
...........\...\...\........\webtext.png
...........\...\resources.ap_
...........\default.properties
...........\gen
...........\...\com
...........\...\...\yarin
...........\...\...\.....\android
...........\...\...\.....\.......\FileManager
.