摘要: 利用pull解析,将获取到的xml显示在页面中。package com.will.entity;public class Books { private Integer bookId; private String bookName; private float bookPrice; public Books() { super(); } public Integer getBookId() { return bookId; } public void setBookId(Integer bookId) { ... 阅读全文
posted @ 2013-03-26 21:16 小三小山 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout 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" tools:context=".MainActivity" > <Button androi 阅读全文
posted @ 2013-03-26 21:13 小三小山 阅读(161) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout 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" tools:context=".MainActivity" > <Button androi 阅读全文
posted @ 2013-03-26 21:11 小三小山 阅读(144) 评论(0) 推荐(0) 编辑