摘要:
标签 :android:allowBackup="true" 数据可以备份标签:configChanges属性:横竖屏切换时,keyboardHidden|orientation|screenSize Activity不会执行生命周期,只会触发 onConfigurationChanged 阅读全文
摘要:
在方法前加注释方法1:先敲“/”在敲两个**,然后回车方法2:按Alt+Shift+J还有一种注释://的按 Ctrl+/或者Ctrl+Shift+C 阅读全文
摘要:
设置布局 从MAP的集合取数据 //获取数据 Intent intent = getIntent(); Bundle bundle = intent.getExtras(); SerializableMaplist SerializableMaplist = (Ser... 阅读全文
摘要:
public static void writeToXml(Map map,Writer writer) throws Exception, IllegalStateException, IOException{ XmlSerializer serializer = Xml.newSeriali... 阅读全文
摘要:
package com.xjx.data;import java.io.Serializable;import java.util.List;import java.util.Map;/** * vatty * * * hongshengpeng.com * */public class Ser... 阅读全文
摘要:
@Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { super.onCreateView(inflater, contain... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;using System.Text;u... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Drawing; 5 using System.Data; 6 using System.... 阅读全文