登录
首页 » Android » Android 文件管理器应用

Android 文件管理器应用

于 2022-04-10 发布 文件大小:457.68 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

ANDROID 应用文件管理器源代码,包含文件管理器的所有功能,界面设计不错,直接通过命令操作底层文件。架构设计清晰,值得学习,修改一下可以作为商业应用。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • 安卓身份证读取模块
    安卓身份证读取模块
    2020-12-01下载
    积分:1
  • 服务活动
    服务活动中的应用是描述启动服务、 停止服务方法的 android 包括您绑定服务方法和服务如何在背景运行无限倍。
    2022-03-25 10:02:15下载
    积分:1
  • 简易音乐播放器
    实现音乐播放功能,扫描本机音乐添加音乐,互联网搜索……
    2022-02-02 04:18:53下载
    积分:1
  • 3D绘图安卓程序
    在surfaceView绘图程序中,必须另外建立一个thread来连续调用我们的draw方法。但是3D绘图程序是由系统自动连续运行我们建立的onDrawFrame()方法,因此不需要自己建立thread运行绘图工作。3D绘图程序必须换成使用GLSurfaceView类,并且实现GLSurfaceView.Renderer界面。
    2023-07-14 12:45:03下载
    积分:1
  • 多功能android滑动刻度尺
    运行之后点击菜单键或点击左上角的menu建,弹出对话框,提供了四种选择单位,动态变化,然后手指左右滑动取值,
    2022-04-24 15:57:17下载
    积分:1
  • android 底部tab切换 例子代码
    android 底部tab切换 例子代码
    2020-12-16 16:29:12下载
    积分:1
  • Android 你好
    在本教程中,我们将向您展示如何创建一个简单的"你好世界"Android 项目在 Eclipse IDE + ADT 插件,并运行它 Android 虚拟设备 (AVD)。Eclipse ADT 插件提供容易的 Android 项目创建和管理、 组件拖放,自动完成和许多有用的功能,以加快您的 Android 开发周期。摘要步骤开发一个 Android 的应用程序: 安装 Android SDKInstall ADT Eclipse pluginCreate Android 虚拟设备 (AVD) 创建 Android 项目与 Eclipse (向导) 的代码...在本教程中使用的 Android 虚拟设备 (AVD) 工具中启动它: JDK 1.6Eclipse IDE 3.7,IndigoAndroid SDK1。安装 Android SD
    2022-08-22 11:00:52下载
    积分:1
  • ZxingDemo
    android上使用ZXing识别条形码和二维码,代码简单易懂,相信能帮助读者迅速掌握相关的开发(the use of android and two-dimensional bar code ZXing identification code, the code easy to understand, that can help readers quickly master the relevant development)
    2020-11-04 16:19:51下载
    积分:1
  • android 下拉滑动刷新List
    android 下拉滑动刷新List
    2014-09-15下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载