CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - 文件目录

搜索资源列表

  1. easyJni_Src

    0下载:
  2. 在android中经常使用jni开发 头文件生成很麻烦,故模仿easyExploer写了一个eclipse的easyJni插件 项目源码需放在src下,class文件放在bin下 安装此插件后在eclipse中java源码上右键Ctreate Jni即可生成在项目的jni目录下的头文件-Jni often used in android development headers generated a lot of trouble, so write a mimic easyExplo
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:17.24kb
    • 提供者:lypoint
  1. turntest

    0下载:
  2. 真实书籍翻页效果完结篇,从事Android手机程式开发的朋友们,不妨参考一下作者的小程序.   有APK模拟器的朋友可以运行Bin目录中的文件看效果.网上可下载这种模拟器. -Final results page real books, program development in the Android phone friends, may wish to refer to the author of the applet. There APK friends simulator c
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:739.82kb
    • 提供者:李动
  1. imageSDCardItem

    0下载:
  2. 这个事android中,实现浏览sdcard的目录,并可以添加点击目录及文件的例子-Things android, browse sdcard directory, and can add examples click on the directories and files
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:406.18kb
    • 提供者:sun
  1. flip-effect

    0下载:
  2. 书籍翻页效果,Android手机程式开发的朋友们,不妨参考一下程序.   有APK模拟器的朋友可以运行Bin目录中的文件看效果.-Book flip effect, Android phone application developed by a friend who may wish to refer to procedures have a friend APK simulator can run the file in the Bin directory to see the eff
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:739.97kb
    • 提供者:胖哥
  1. Android.mk

    0下载:
  2. 这个是关于android的编译机制,Android.mk是android编译文件,每层目录都有。-This is about the android build mechanism, Android.mk is android compiled files on each directory has.
  3. 所属分类:android

    • 发布日期:2016-01-25
    • 文件大小:16kb
    • 提供者:chenxiaoxiao
  1. EX05_15

    0下载:
  2. android程序。 可以根据本机sdcard,生成手机文件目录。 并执行删除文件,重命名,运行等功能-android program. According to the local sdcard, generate phone directory. Delete files and execute, rename, run etc.
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:80.21kb
    • 提供者:林志
  1. FileManager

    0下载:
  2. 文件管理器:可以浏览文件(文件夹)、显示路径以及对目录的一些常用操作(比如新建、删除、粘贴等)-File manager: you can browse the file (folder), display the directory path as well as some common operations (such as create, delete, paste, etc.)
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:213.4kb
    • 提供者:张龙
  1. and_ypgreat

    0下载:
  2. android 的 vnc 代码 用 ndk 编译 在 libs 目录下生成 aRCServer 文件 上传到 android 手机, 可以实现 vnc 远程 桌面的功能 还需要修改 telnet localhost 5554 里面 端口转发一下-android vnc project
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3.45mb
    • 提供者:cxl
  1. andbook

    0下载:
  2. android学习 经典原著,非影音 有目录pdf文件-android learning classic original, non-video have a catalog pdf file
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1.48mb
    • 提供者:吴扬
  1. common.logger

    0下载:
  2. android日志输出设计通用类设计: /** * 初始化文件系统的书写目录,文件存放设计如下: * 系统参数:Shared Preferences,Store private primitive data in key-value pairs * 系统文件:Store private data on the device memory * 广告媒体:SDCard,存放到download/zplay目录下 */-android log common class
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:4.21kb
    • 提供者:houfriend
  1. data-storage(4)

    0下载:
  2. 两个方法 1. openFileOutput (String name, int mode) name:文件的名称,不能包含分隔符"/",如果文件不存在,Android会自动创建它。创建的文件保存在/data/data/<package_name>/files目录下。 mode:操作模式 2. openFileInput (String name) -Two methods 1. OpenFileOutput (String name, int
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:15.14kb
    • 提供者:玉树
  1. FileSelector

    0下载:
  2. private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:42.23kb
    • 提供者:gz
  1. FileUtils

    0下载:
  2. Android中文件工具类,主要实现scard上的文件目录创建,文件创建,以及其他文件操作-Android in the file tools,Achieve scard on the main file directory creation, file creation, and other file operations
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:819byte
    • 提供者:bbblllxxx
  1. FileScan

    0下载:
  2. 对手机的SD卡文件目录的遍历和显示结果。-show the file of SDcard
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:38.03kb
    • 提供者:谈诚
  1. filebrowser

    0下载:
  2. Android教程中的实例,filebrowser文件浏览器的源码,通过本源码了解Android读写文件的实现步骤和原理,判断文件类型,以列表显示文件目录等,了解一些底层应用的知识技巧,对移动开发有用处。-Instances in the Android tutorial the filebrowser to file browser source code, the source code to understand the implementation steps and principle
  3. 所属分类:android

    • 发布日期:2017-11-27
    • 文件大小:50.88kb
    • 提供者:景天
  1. aws

    0下载:
  2. android httpserver 的简单实现 可以传输文字 查看手机文件目录等
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:195.88kb
    • 提供者:李革新
  1. createfile

    0下载:
  2. 功能:sdcard中创建以当前日期命名的文件目录! 结构:工程文件。-Function: sdcard created files named with the current date directory! Structure: the project file.
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1.4mb
    • 提供者:01猪猪大侠
  1. FileManager

    0下载:
  2. Android 4.0下APP源码,实现基本文件管理,文件目录查询等操作-Android 4 APP source code, the realization of the basic file management, file directory query
  3. 所属分类:android

    • 发布日期:2017-04-27
    • 文件大小:264.73kb
    • 提供者:崔振科
  1. ElectronicSignature

    1下载:
  2. PDF手写签名源码使用了第三方PDF阅读器源码mupdf类库。打开以后先对手机文件目录的显示及操作选择PDF文件后会读取并显示pdf内容点击menu键可以显示一些选项、如签名、预览、撤销签名、完成签名等。 -PDF handwritten signature source using the third party PDF reader source mupdf library. Open after the first mobile phone file directory display a
  3. 所属分类:android

    • 发布日期:2017-06-14
    • 文件大小:21.22mb
    • 提供者:chengyiguang
  1. android源码文件结构

    0下载:
  2. android源码文件结构,及目录简略说明(Android source file structure)
  3. 所属分类:android开发

    • 发布日期:2017-12-27
    • 文件大小:9kb
    • 提供者:乐天派001
« 12 3 4 »
搜珍网 www.dssz.com