搜索资源列表
androidxml
- 一个Android布局的例子,主要是利用xml文件进行布局,这里边用到的是RelativeLayout。 1.ActivityMain演示了linerLayout。 2.ActivityLayout 演示了RelativeLayout和linerLayout的结合。 3.ActivityRelativeLayout 演示了单独的RelativeLayout。 -Android example of a layout, mainly using xml
Gallery
- 图片展示,左右旋转移动展示多张图片,并出现倒影的特效。可进行少量修改自行添加图片,XML文件代码不多。-Image display, display rotational movement around multiple images, and the emergence of reflection effects. Minor changes can add their own pictures, XML files, the code is small.
LoaclXMLSaxDemo
- android 开发中sax解析本地xml文件的小例子-android development sax analytical local XML file simple exmaple
Lab3
- Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果. 注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the
TestClock
- 安卓自己开发的桌面时钟,内含调用provider类文件和ui设置文件及所有必需xml文件-android clock app widget
androidweather
- android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
mySAXxml
- Android 应用软件,用sax 解释XML文件..效果比DOM等更好-Android applications, explain the XML file with the sax better than DOM, etc. .. better
androidlayout
- 一个Android布局的例子,主要是利用xml文件进行布局,这里边用到的是RelativeLayout。 1.ActivityMain演示了linerLayout。 2.ActivityLayout 演示了RelativeLayout和linerLayout的结合。 3.ActivityRelativeLayout 演示了单独的RelativeLayout。 - An example of Android layout, mainly usi
xml
- android xml文件读取 包括 四种读取方式 一一列举 dom dom4j等-android xml file reading means reading includes four other enumerated dom dom4j
xmlDemo
- android 创建xml文件 创建xml文件-xml file is created android created xml file xml file creation
apktool1.3.2.tar.bz2
- 可用于Android的apk工程 逆向转换,或者源码及xml文件-Apk works for Android in the reverse conversion, or the source code and xml file
WIFI
- 解析Xml文件的小例子,初学者来说,很有帮助的,完全的源代码-A small example of the Xml file parsing, beginners, useful, complete source code
Content-Providers
- 前提条件 存在一个用于存放数据的系统 实现步骤 1. 定义一个继承 ContentProvider的类 2. 声明一个Uri类型的常量CONTENT_URI 3.实现query()、insert()、update()、delete()、 getType()、onCreate() 4.在AndroidManifest.xml文件中进行声明 -There is a prerequisite for the system impl
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
arrayTest
- Android声明数组示例。这是使用Android的声明XML文件来做的-Android declare array example. This is a statement of the XML file to use Android to do the
Fileinangout
- android 手机开发,的文件输入输出流,但是对xml文件的读写很简单。
使用sax解析xml文件的参考示例
- 一个基于Eclipse开发环境下,使用sax解析xml文件的参考示例,xml文件附加在rar文件中-An Eclipse-based development environment, parsing xml file using sax reference sample, xml file attached in the rar file
android-xml-buju
- android 手机编程,通过xml 文件实现了代码与界面设计的分离,想好好熟悉一下xml的设计,看一下这个吧,希望对大家有用!-android phone programming xml file to achieve a separation of code and interface design, and good to familiarize yourself with the xml design, look at this, and I hope useful!
Xml
- 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
Xml
- android的xml解析,可以学习怎样把xml文件里面的内容解析出来-android xml parsing, you can learn how to parse xml file contents inside out