摘要: public class CrashHandler implements UncaughtExceptionHandler{private static CrashHandler instance;public static final String TAG = "CrashHandler";pri... 阅读全文
posted @ 2014-12-10 11:49 回忆安在 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Toast是Android中用来显示显示信息的一种机制,和Dialog不一样的是,Toast是没有焦点的,而且Toast显示的时间有限,过一定的时间就会自动消失。1.默认效果:Toast.makeText(getApplicationContext(), "默认Toast样式",Toast.LENG... 阅读全文
posted @ 2014-12-10 09:58 回忆安在 阅读(177) 评论(0) 推荐(0) 编辑