1. 首页
  2. 考试认证
  3. 其它
  4. Archive Read 读取zip 、 rar 、 tar档案的Android库...

Archive Read 读取zip 、 rar 、 tar档案的Android库...

上传者: 2024-08-27 07:13:54上传 ZIP文件 2.27MB 热度 6次
关于图书馆....简单而有用的库,供安卓应用程序开发人员阅读zip 、 rar 、 tar.gz、 tar.bz2等档案。只需提供库的存档路径,其余的交给库来做。该库将直接提供“列表适配器”以在列表视图或网格视图中膨胀。用法....一世)。声明管理器实例。 tprivate ReadArchive read = new ReadArchive(file); t//file should be and archive type line File file = new File("/sdcard/zipfile.zip"); ii).那么listview.setAdapter(read.getAdapter("/", context)); and you are done....t "/" is root path for zip arc
下载地址
用户评论