上一页 1 ··· 9 10 11 12 13
  2015年11月3日
摘要: public List getListFromXml(InputStream in) { XmlPullParser parser = Xml.newPullParser(); try { parser.setInput(in, "UTF-8");/... 阅读全文
posted @ 2015-11-03 16:48 0代码狂人0 阅读(723) 评论(0) 推荐(0)
摘要: /** * 往磁盘上写一个xml文件 * * //文档的神明 //标签tag //ID是person标签的一个属性 allen ... 阅读全文
posted @ 2015-11-03 16:44 0代码狂人0 阅读(341) 评论(0) 推荐(0)
摘要: 1.standard.系统默认的启动模式2.singleTop.3.singleTask.4.singleInstance.在AndoridManifest中添加: 阅读全文
posted @ 2015-11-03 16:39 0代码狂人0 阅读(204) 评论(0) 推荐(0)
摘要: import java.util.ArrayList;import android.app.Activity;import android.content.Context;import android.content.Intent;import android.os.Bundle;import an... 阅读全文
posted @ 2015-11-03 16:34 0代码狂人0 阅读(170) 评论(0) 推荐(0)
摘要: import java.io.IOException;import java.io.InputStream;import java.net.HttpURLConnection;import java.net.MalformedURLException;import java.net.URL;impo... 阅读全文
posted @ 2015-11-03 11:32 0代码狂人0 阅读(1306) 评论(0) 推荐(0)
摘要: package com.lixu.pagerview;import java.util.ArrayList;import android.app.Activity;import android.content.Context;import android.os.Bundle;import andro... 阅读全文
posted @ 2015-11-03 11:26 0代码狂人0 阅读(336) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13