搜索资源列表
File.rar
- Android开源手机操作系统可以让开发人员在模拟器中进行相应的操作以使系统满足用户的各种需求。在这里我们可以通过对Android读写文件的相关操作来体验一下这款操作系统的编写方式。
fileIO_for_android
- android手机系统的文件读写操作例子。简单的实现了手机系统中的文件的读写。-android mobile operating system, file reading and writing examples. Simple implementation of the mobile phone system read and write files.
FileIO
- android 下的文件读写操作源码,可供入门学习-android source code under the file read and write operations, for entry-learning
myFileWriteRead
- 简单的文件操作,包括读、写、保存等,适合新手熟悉文件操作类-Simple file operations, including reading, writing, save etc.Novice familiar with documents of operation
3
- Android_SDCard操作(文件读写,容量计算)-Android SDCard
FilesWork
- 实现文件的读取操作:读取资源文件夹下的 文件、 读取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
hitest
- android 自定义数据库,文件读写,解析xml,处理耗时操作,加载加载网页等。-android custom database, file read and write, parse xml, the processing of time-consuming operation, load to load the page.
hitest
- 自定义数据库,文件读写,解析xml,处理耗时操作,加载网页,android菜单。-Custom database, file read and write, parse xml, to handle time-consuming operations, load the page, android menu.
QQMsgLook
- QQ通讯录查看器源码,从中能学到网络编程,xml文件读写操作等-Android+ hundreds of examples of source code analysis and source analysis+ packaged collection
Android_4
- Android SQLite 基本操作,包括添加,删除,查询显示等 实现文件读写,可以将数据库内容存储到文件中,并且可以通过读取文件中的数据条目进行添加 文本编辑框自动记录程序最后输入的内容,下次启动依然保留 注意:在删除数据库后不能进行除显示外其他操作。 -Android SQLite basic operations, including add, delete, query display for file read and write, you c
mp3play01
- 我自己写的ANDROID的MP3软件,服务器客户端通信,歌词显示,文件读写,操作SD卡等,非常有价值- I wrote it myself ANDROID of MP3 software, client server communication, lyrics display, document literacy, operation SD card, very valuable
XmlRW
- 使用三种方法:Dom,SAX,Pull对Xml文件进行读写操作。-Read and write Xml file with three methods--Dom,SAX,Pull.
json
- json是移动平台上非常常用的数据传输格式,本示例提供了两种Json格式文件生成与解析的方式。 第一种通过JsonReader和JsonWriter两个对象进行json文件的读写操作,需要sdk在11以上。 第二种通过JSONArray、JSONObject、JSONTokener等对象进行json读写操作,需要sdk在9以上。这种方式也可通过引入jar包的方式在其他版本的sdk中实现。 启动客户端后,先点击写入json按钮(第1或3个按钮)生成Json文件(位置为sdcard根目录
ContentProvider
- 当应用继承ContentProvider类,并重写该类用于提供数据和存储数据的方法,就可以向其他应用共享其数据。虽然使用其他方法也可以对外共享数据,但数据访问方式会因数据存储的方式而不同,如:采用文件方式对外共享数据,需要进行文件操作读写数据;采用sharedpreferences共享数据,需要使用sharedpreferences API读写数据。而使用ContentProvider共享数据的好处是统一了数据访问方式。-When applying inheritance ContentProv