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.
Android アプリケーション内にチャット アクティビティを正常に実装しました。そのアクティビティは、メッセージを送受信できます。ただし、ユーザーが他のアクティビティを行っている場合、メッセージを受信できません。すべてのアクティビティでメッセージ受信コードを書き直すことなく、すべてのアクティビティでメッセージを受信できるようにする簡単な方法はありますか????
チャット アクティビティに Messagelistener を実装する
メッセージ リスナー コードをサービスに移動します。