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

搜索资源列表

  1. File.rar

    0下载:
  2. Android开源手机操作系统可以让开发人员在模拟器中进行相应的操作以使系统满足用户的各种需求。在这里我们可以通过对Android读写文件的相关操作来体验一下这款操作系统的编写方式。
  3. 所属分类:android开发

  1. fileIO_for_android

    0下载:
  2. android手机系统的文件读写操作例子。简单的实现了手机系统中的文件的读写。-android mobile operating system, file reading and writing examples. Simple implementation of the mobile phone system read and write files.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:26114
    • 提供者:彭擎
  1. FileIO

    0下载:
  2. android 下的文件读写操作源码,可供入门学习-android source code under the file read and write operations, for entry-learning
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:25952
    • 提供者:
  1. myFileWriteRead

    0下载:
  2. 简单的文件操作,包括读、写、保存等,适合新手熟悉文件操作类-Simple file operations, including reading, writing, save etc.Novice familiar with documents of operation
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:178196
    • 提供者:孙韩
  1. 3

    0下载:
  2. Android_SDCard操作(文件读写,容量计算)-Android SDCard
  3. 所属分类:android

    • 发布日期:2017-04-15
    • 文件大小:21885
    • 提供者:chen
  1. FilesWork

    0下载:
  2. 实现文件的读取操作:读取资源文件夹下的 文件、 读取asset文件夹下的文件 、SDCARD上文件的读与写 -File read operations: Read the file under the resources folder, read the file in the asset folder, read and write file on the SDCARD
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:77331
    • 提供者:yml
  1. hitest

    0下载:
  2. android 自定义数据库,文件读写,解析xml,处理耗时操作,加载加载网页等。-android custom database, file read and write, parse xml, the processing of time-consuming operation, load to load the page.
  3. 所属分类:android

    • 发布日期:2017-11-14
    • 文件大小:2278538
    • 提供者:feima
  1. hitest

    0下载:
  2. 自定义数据库,文件读写,解析xml,处理耗时操作,加载网页,android菜单。-Custom database, file read and write, parse xml, to handle time-consuming operations, load the page, android menu.
  3. 所属分类:android

    • 发布日期:2017-11-10
    • 文件大小:2279807
    • 提供者:何德友
  1. QQMsgLook

    0下载:
  2. QQ通讯录查看器源码,从中能学到网络编程,xml文件读写操作等-Android+ hundreds of examples of source code analysis and source analysis+ packaged collection
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:153785
    • 提供者:张辉
  1. Android_4

    0下载:
  2. Android SQLite 基本操作,包括添加,删除,查询显示等 实现文件读写,可以将数据库内容存储到文件中,并且可以通过读取文件中的数据条目进行添加 文本编辑框自动记录程序最后输入的内容,下次启动依然保留 注意:在删除数据库后不能进行除显示外其他操作。 -Android SQLite basic operations, including add, delete, query display for file read and write, you c
  3. 所属分类:android

    • 发布日期:2016-04-08
    • 文件大小:1054720
    • 提供者:张洪超
  1. mp3play01

    0下载:
  2. 我自己写的ANDROID的MP3软件,服务器客户端通信,歌词显示,文件读写,操作SD卡等,非常有价值- I wrote it myself ANDROID of MP3 software, client server communication, lyrics display, document literacy, operation SD card, very valuable
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:471028
    • 提供者:yangfeng
  1. XmlRW

    0下载:
  2. 使用三种方法:Dom,SAX,Pull对Xml文件进行读写操作。-Read and write Xml file with three methods--Dom,SAX,Pull.
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2234922
    • 提供者:Peter
  1. json

    0下载:
  2. json是移动平台上非常常用的数据传输格式,本示例提供了两种Json格式文件生成与解析的方式。 第一种通过JsonReader和JsonWriter两个对象进行json文件的读写操作,需要sdk在11以上。 第二种通过JSONArray、JSONObject、JSONTokener等对象进行json读写操作,需要sdk在9以上。这种方式也可通过引入jar包的方式在其他版本的sdk中实现。 启动客户端后,先点击写入json按钮(第1或3个按钮)生成Json文件(位置为sdcard根目录
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1269180
    • 提供者:terry
  1. ContentProvider

    0下载:
  2. 当应用继承ContentProvider类,并重写该类用于提供数据和存储数据的方法,就可以向其他应用共享其数据。虽然使用其他方法也可以对外共享数据,但数据访问方式会因数据存储的方式而不同,如:采用文件方式对外共享数据,需要进行文件操作读写数据;采用sharedpreferences共享数据,需要使用sharedpreferences API读写数据。而使用ContentProvider共享数据的好处是统一了数据访问方式。-When applying inheritance ContentProv
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:466656
    • 提供者:lee
搜珍网 www.dssz.com