摘要: 设置布局 从MAP的集合取数据 //获取数据 Intent intent = getIntent(); Bundle bundle = intent.getExtras(); SerializableMaplist SerializableMaplist = (Ser... 阅读全文
posted @ 2014-07-31 11:40 欧克 阅读(327) 评论(0) 推荐(0) 编辑
摘要: public static void writeToXml(Map map,Writer writer) throws Exception, IllegalStateException, IOException{ XmlSerializer serializer = Xml.newSeriali... 阅读全文
posted @ 2014-07-31 10:35 欧克 阅读(215) 评论(0) 推荐(0) 编辑
摘要: package com.xjx.data;import java.io.Serializable;import java.util.List;import java.util.Map;/** * vatty * * * hongshengpeng.com * */public class Ser... 阅读全文
posted @ 2014-07-31 10:33 欧克 阅读(682) 评论(0) 推荐(0) 编辑
摘要: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { super.onCreateView(inflater, contain... 阅读全文
posted @ 2014-07-31 10:29 欧克 阅读(455) 评论(0) 推荐(0) 编辑