摘要:
Specifies that a virtual function cannot be overridden in a derived class or that a class cannot be inherited from. Syntax The identifier final, if us 阅读全文
摘要:
在Android开发过程中,常需要更新界面的UI。而更新UI是要主线程来更新的,即UI线程更新。如果在主线线程之外的线程中直接更新页面 显示常会报错。抛出异常:android.view.ViewRoot$CalledFromWrongThreadException: Only the origina 阅读全文