732003684

导航

2013年3月15日 #

【转】Android通过http协议POST传输方式

摘要: http://www.cnblogs.com/alwaysyouare/archive/2011/11/10/2244666.html 阅读全文

posted @ 2013-03-15 21:21 732003684 阅读(110) 评论(0) 推荐(0) 编辑

【转】Android HTTP协议(一)

摘要: http://www.cnblogs.com/alwaysyouare/archive/2011/11/10/2244666.html 阅读全文

posted @ 2013-03-15 21:14 732003684 阅读(105) 评论(0) 推荐(0) 编辑

【转】xml解析

摘要: http://www.cnblogs.com/feisky/archive/2011/01/10/1932164.html在Android平台上可以使用Simple API for XML(SAX) 、 Document Object Model(DOM)和Android附带的pull解析器解析XML文件。下面是本例子要解析的XML文件:文件名称:itcast.xml<?xml version="1.0" encoding="UTF-8"?><persons><person id="23">< 阅读全文

posted @ 2013-03-15 20:58 732003684 阅读(140) 评论(0) 推荐(0) 编辑

【转】JSON的定义、结构及使用示例

摘要: http://www.cnblogs.com/top5/archive/2011/06/16/2082369.html 阅读全文

posted @ 2013-03-15 20:10 732003684 阅读(133) 评论(0) 推荐(0) 编辑

AnimationHost移动页签

摘要: package com.ctmytesttabanimation;import android.content.Context;import android.util.AttributeSet;import android.view.animation.Animation;import android.view.animation.AnimationUtils;import android.widget.TabHost;/** 继承 TabHost 组件,带有切入切出的滑动动画效果。 */public class AnimationTabHost extends TabHost{ pri... 阅读全文

posted @ 2013-03-15 20:09 732003684 阅读(674) 评论(0) 推荐(0) 编辑

普通expandalistviewadapter的定义

摘要: package com.hwtt.android.oa.adapter;import static com.hwtt.android.oa.constants.Constants.FROM;import java.util.ArrayList;import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.content.Intent;import android.os.Handler;import android.view.G 阅读全文

posted @ 2013-03-15 17:22 732003684 阅读(1125) 评论(0) 推荐(0) 编辑

普通listviewadapter的定义

摘要: package com.hwtt.android.oa.adapter;import java.util.ArrayList;import java.util.List;import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget.Ba 阅读全文

posted @ 2013-03-15 17:21 732003684 阅读(586) 评论(0) 推荐(0) 编辑