搜索资源列表
XML_read_write_mobile
- 如果你有Mobile平台的开发经验,你一定会感觉到要保存程序配置文件是有多么的不方便。那这个程序教你怎么把应用程序的配置文件保存在XML文件中,当然也可以读取,甚至稍加改进即可创建编辑XML文件。
FreeGps
- 可以实时查看手机的GPS经纬度\速度\高度\及跟踪。读取XML文件等。-Real-time view phone GPS latitude and longitude \ speed \ height \ and tracking. Read XML documents.
xml
- android xml文件读取 包括 四种读取方式 一一列举 dom dom4j等-android xml file reading means reading includes four other enumerated dom dom4j
keypanel
- 自定义软键盘 通过读取xml中的配置文件来显示软键盘要显示的格式-Custom soft keyboard by reading the xml configuration file to display format to display the soft keyboard
dataStore
- 读取数据的四种方法:sharedpreferences、数据库sqlite、从xml文件中读取数据,从txt文件中读取数据-Reading of the data of the four methods: sharedpreferences, database sqlite, from an XML file reading of the data, from TXT file in the reading of the data
ReadXmlByPull
- Android通过pull读取XML文件-Android read XML file by pull
pullPaser
- Pull解析和Sax解析很相似,都是轻量级的解析,在Android的内核中已经嵌入了Pull,所以我们不需要再添加第三方jar包来支持Pull。Pull解析和Sax解析不一样的地方有(1)pull读取xml文件后触发相应的事件调用方法返回的是数字(2)pull可以在程序中控制想解析到哪里就可以停止解析-Pull analytical and Sax analytical alike, are lightweight analysis, in the Android kernel has embe
download
- android下载zip文件解压读取xml操作-android download zip file to read xml
XMLParse
- 将数据写入xml文件,然后进行解析,可以很方便读取事先存储的数据-To write data to xml file, and then parse, you can easily read the data stored in advance
XmlParser
- 一个采用DomReader、SAXReader、PullReader三种方式对xml文件进行解析的小例子,源码有简单的注释,运行以后会在LogCat里打印解析出的内容,实际应用的时候可以可以稍微改一下就行,例子读取的是储存在assets里面的本地xml文件。-A use DomReader, SAXReader, small example PullReader three ways xml file parsing, the source has a simple annotation wil