摘要:
public class CrashHandler implements UncaughtExceptionHandler{private static CrashHandler instance;public static final String TAG = "CrashHandler";pri... 阅读全文
摘要:
Toast是Android中用来显示显示信息的一种机制,和Dialog不一样的是,Toast是没有焦点的,而且Toast显示的时间有限,过一定的时间就会自动消失。1.默认效果:Toast.makeText(getApplicationContext(), "默认Toast样式",Toast.LENG... 阅读全文