子曾经曰过

  博客园  :: 首页  ::  ::  ::  :: 管理

2012年10月28日

摘要: ControlActivity.javapackage cn.m15.xys;import android.app.Activity;import android.content.Context;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;/** * * @author 宣雨松 * email:xuanyusong@gmail.com * . 阅读全文
posted @ 2012-10-28 16:36 人的本质是什么? 阅读(849) 评论(0) 推荐(0) 编辑

摘要: 1:get方式list_date = new ArrayList<HashMap<String,Object>>(); packageid_packagedata = new HashMap<Integer,HashMap<String,Object>>(); JSONObject json_book; JSONObject temp_book; JSONArray son_book = null; //int currentpackageid = packagelistid.get... 阅读全文
posted @ 2012-10-28 16:11 人的本质是什么? 阅读(2787) 评论(0) 推荐(0) 编辑

摘要: listview列表控件,列表项包含文字,图片,选框等等。使用步骤1:定义主页面xml文件以及listitem用到的xml定义文件主页面xml<?xml version="1.0" encoding="utf-8"?><LinearLayout android:layout_width="match_parent" android:id="@+id/linearLayout1" android:layout_height="wrap_content" android:backg 阅读全文
posted @ 2012-10-28 15:47 人的本质是什么? 阅读(444) 评论(0) 推荐(0) 编辑