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.
长数据处理该怎么办?当打开一个新活动时,我们会黑屏 3 秒。我需要一种方法来正确处理这个问题。
用于AsyncTask在后台进行处理并在完成时将信息传回 UI。引用文档,
AsyncTask
AsyncTask 允许正确和轻松地使用 UI 线程。此类允许在 UI 线程上执行后台操作并发布结果,而无需操作线程和/或处理程序。
AsyncTask文档中有一个子类化的基本示例。