Android菜鸟学习笔记

导航

 

2013年4月4日

摘要: activity_main.xml :<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" andr 阅读全文
posted @ 2013-04-04 14:45 Android菜鸟学习笔记 阅读(204) 评论(0) 推荐(0)
 
摘要: 需要解析的xml:person.xml(放src目录下,编译后会在类目录里):查看代码<?xml version="1.0" encoding="UTF-8"?><!-- start docment --><persons> <!--节点类型:Element Node / Text Node --> <person id="23"> <name>liming</name> <age>30</age> </person> 阅读全文
posted @ 2013-04-04 09:51 Android菜鸟学习笔记 阅读(226) 评论(0) 推荐(0)