为避免 Android 应用程序发生异常错误应注意的一些问题

1、若是你有一个 Progress Dialog 在线程中转动,请在 onDestroy 里把他 cancel 掉,否则等线程结束的时候,调用 Dialog 的 cancel 方法会抛异常的。线程

相关文章
相关标签/搜索