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 从队列中发送/接收消息(数据类型整数)。此时我使用从 Activity 类的队列中接收到的数据。但我想在不同的活动类中同时使用这个接收到的数据。如何在 Android 中实现这一点?