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

搜索资源列表

  1. RSSReader_0200

    0下载:
  2. 基于android手机RSS应用:内容包括:SAX解析XML,adapter是使用已经listactivity的使用,如何动态展现xml的数据-Android-based mobile RSS application: include: SAX parsing XML, adapter is to use already listactivity use xml data to show how dynamic
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:65391
    • 提供者:罗又
  1. android-sax--prarser-xml

    0下载:
  2. android 系统上对通过sax对xml流进行解析的demo,对学习android初学者很有帮助-it is about parsering xml stream using sax , and it will helpful for the new comers
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:49981
    • 提供者:hsd352
  1. android_getfile

    0下载:
  2. doc文件,android_获取指定路径文件,xml存取图片,pull生成与解析xml-doc files android_ access to the specified path file, the xml access pictures, pull to generate and parse the xml
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:7412
    • 提供者:pantiy
  1. androidweather

    0下载:
  2. android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3718550
    • 提供者:
  1. ParsedXmlDataSet

    0下载:
  2. android 解析.net webservice 返回的dataset参数,封装成List<Map<String,Object>>对象数组。-android resolution. net webservice returns dataset parameters.
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:3461
    • 提供者:
  1. SaxTst

    0下载:
  2. 解析XML.android,.java unix eclipse-.
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:11775
    • 提供者:zcc
  1. xmlii

    0下载:
  2. 在android环境中用sax法解析xml,url访问的是nextbus服务器,返回值是三个时间,并打印到了logcat中。用户可以自己找其他的url,改程序获取其他属性-sax xml
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:45754
    • 提供者:hang
  1. feijiWeatherFix

    0下载:
  2. 自己开发的android上的天气预报程序,采用的是google的api,用sam来解析xml-Their forecast on the development of the android program, using the google' s api, xml parsing with sam
  3. 所属分类:android

    • 发布日期:2017-05-19
    • 文件大小:5182939
    • 提供者:程超
  1. WIFI

    0下载:
  2. 解析Xml文件的小例子,初学者来说,很有帮助的,完全的源代码-A small example of the Xml file parsing, beginners, useful, complete source code
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:41495
    • 提供者:愚二亮
  1. ReadXmlByPull

    0下载:
  2. android 通过pull方式解析xml的工厂源码示例-xml parsing android way through the factory pull source code examples
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:46007
    • 提供者:logie
  1. AndroidXml

    0下载:
  2. Android read XML / android讀取(解析) XML-Android read XML/android reading (parsing) XML
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:71482
    • 提供者:賴明毅
  1. data-storage(5)

    0下载:
  2. Android中解析xml文件的方法  SAX:Simple API for XML  DOM:Document Object Model  pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:113741
    • 提供者:玉树
  1. 使用sax解析xml文件的参考示例

    1下载:
  2. 一个基于Eclipse开发环境下,使用sax解析xml文件的参考示例,xml文件附加在rar文件中-An Eclipse-based development environment, parsing xml file using sax reference sample, xml file attached in the rar file
  3. 所属分类:android开发

    • 发布日期:2012-11-27
    • 文件大小:49576
    • 提供者:mengqilong
  1. android-xml

    0下载:
  2. android的一些空间说明,xml解析方法,应用文档-android xml
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:8697
    • 提供者:帥蝈蝈
  1. AdPro

    0下载:
  2. 解析xml文件,根据xml文件的数值进行动态变换布局,播放视频文件,获取当地天气。-Parse xml file, in accordance with the values ​ ​ of the xml file dynamic Transform layout, play video files, and access to local weather.
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:171944
    • 提供者:罗淡
  1. Pull2Xml

    0下载:
  2. android自带pull 解析xml文件-android comes with pull parsing xml file
  3. 所属分类:android

    • 发布日期:2017-04-10
    • 文件大小:820
    • 提供者:he
  1. CityWeather

    0下载:
  2. 一个基于android的城市天气预报程序,重点是解析XML文件,代码已注释-the program is based on android system,it focus on the analysis of xml file
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:435363
    • 提供者:felix
  1. mp3

    0下载:
  2. 音乐播放器,有解析XML功能,自己电脑作为服务器,新手研究-Music player, parse XML, own computer as a server, novice research
  3. 所属分类:android

    • 发布日期:2017-12-05
    • 文件大小:4987121
    • 提供者:jungle
  1. Xml

    0下载:
  2. 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:54591
    • 提供者:陈杰
  1. xml

    0下载:
  2. android开发时用于解析xml内容 根据参数的不同解析内容也不同 具体请细看,有注释-Android development for parsing XML content According to the different analytical content of parameters is different also Specific please scan, with comments
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:3052
    • 提供者:华仔
« 12 3 4 5 »
搜珍网 www.dssz.com