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.
我的项目中有一项主要活动,我正在使用意图开始一项次要活动。在一个单独的线程上,我想获取第二个活动的处理程序,以便将一些控制消息发送到第二个活动。如何接收我已开始使用意图的第二个活动的处理程序?
当它已经创建时,我将开始向第二个活动发送消息。这意味着,我将在第二个活动Handler的方法中创建一个对象onCreate(),并将该处理程序传递给您要从中发送消息的线程。
Handler
onCreate()