2015年5月14日

2 安卓 Parcelable.

摘要: public interface Parcelable { //内容描述接口,基本不用管 public int describeContents(); //写入接口函数,打包 public void writeToParcel(Parcel dest, int flags);... 阅读全文

posted @ 2015-05-14 16:42 Top@Gragon 阅读(154) 评论(0) 推荐(0) 编辑

1安卓笔记 异常捕捉

摘要: 在程序崩溃的时候 ,捕捉异常步骤 首先在 activity的oncreat中调用 Thread.setDefaultUncaughtExceptionHandler(new DefaultExceptionHandler( this.getApplicationContext(),crashInte... 阅读全文

posted @ 2015-05-14 14:57 Top@Gragon 阅读(117) 评论(1) 推荐(0) 编辑

导航