搜索资源列表
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
Android_SDKpermission-
- 程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求-Program execution needs to read the safety-sensitive items must be declared in the relevant permission requests androidmanifest.xml
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
BookReader
- iPhone应用 读书软件代码 首页是书目是从xml获得 文字显示:下载的txt转换成utf8字符串 读取txt文档数据转化成utf8显示时的转换代码: (引入libiconv.dylib框架)-iPhone application reading the home page of the software code is the bibliography from the xml text display: downloaded txt convert utf8 string to read
android_service
- 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。 关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
Android-XML
- Android开发三种方式读取和写入Xml源码-Android developers three ways to read and write Xml source
17
- DataSet :ADO DataSet数据设定的范例源代码 ReadWriteXML :XML读写的范例源代码 CreateDatabase: ADO创建数据库的范例源代码 DataReader: 使用ADO DataReader读取数据的范例源代码 DataReader_SQLServer :使用ADO DataReader:读取SQLServer数据的范例源代码 SQLCode :SQL Server数据库脚本源代码 DataSet_SQLServer :设定S
download
- android下载zip文件解压读取xml操作-android download zip file to read xml
RssReader
- iOS rss阅读 最简单的读取xml解析 加载 数据库保存等-rss reader
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