搜索资源列表
easyJni_Src
- 在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
turntest
- 真实书籍翻页效果完结篇,从事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
imageSDCardItem
- 这个事android中,实现浏览sdcard的目录,并可以添加点击目录及文件的例子-Things android, browse sdcard directory, and can add examples click on the directories and files
flip-effect
- 书籍翻页效果,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
Android.mk
- 这个是关于android的编译机制,Android.mk是android编译文件,每层目录都有。-This is about the android build mechanism, Android.mk is android compiled files on each directory has.
EX05_15
- android程序。 可以根据本机sdcard,生成手机文件目录。 并执行删除文件,重命名,运行等功能-android program. According to the local sdcard, generate phone directory. Delete files and execute, rename, run etc.
FileManager
- 文件管理器:可以浏览文件(文件夹)、显示路径以及对目录的一些常用操作(比如新建、删除、粘贴等)-File manager: you can browse the file (folder), display the directory path as well as some common operations (such as create, delete, paste, etc.)
and_ypgreat
- android 的 vnc 代码 用 ndk 编译 在 libs 目录下生成 aRCServer 文件 上传到 android 手机, 可以实现 vnc 远程 桌面的功能 还需要修改 telnet localhost 5554 里面 端口转发一下-android vnc project
andbook
- android学习 经典原著,非影音 有目录pdf文件-android learning classic original, non-video have a catalog pdf file
common.logger
- 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
data-storage(4)
- 两个方法 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
FileSelector
- private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
FileUtils
- Android中文件工具类,主要实现scard上的文件目录创建,文件创建,以及其他文件操作-Android in the file tools,Achieve scard on the main file directory creation, file creation, and other file operations
FileScan
- 对手机的SD卡文件目录的遍历和显示结果。-show the file of SDcard
filebrowser
- 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
aws
- android httpserver 的简单实现 可以传输文字 查看手机文件目录等
createfile
- 功能:sdcard中创建以当前日期命名的文件目录! 结构:工程文件。-Function: sdcard created files named with the current date directory! Structure: the project file.
FileManager
- Android 4.0下APP源码,实现基本文件管理,文件目录查询等操作-Android 4 APP source code, the realization of the basic file management, file directory query
ElectronicSignature
- 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
android源码文件结构
- android源码文件结构,及目录简略说明(Android source file structure)