Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Dialog 只能在 UI 线程中完成。还有什么?
我发现我可以从其他线程获取我的视图 obj,这没有错吗?谢谢你。
所有与 UI 相关的操作,包括 View。Dialog、Layout(view) update、Toast、Adapter值变化等等。获取视图对象不会影响视图本身,因为它不需要 onMeasure 或 onDraw
android 中任何可以修改 UI 的东西都应该在 UI 线程中完成。其中一些任务是:
名单很长。