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 SDK を使用してこの問題を解決するには、ジョブを実行する IntentService を開始する BroadcastReceiver を作成します。
Android クラスを使用する代わりに、通常の Java クラスを使用して同じことを行いたいと考えています。
Otto と Dagger を使用して同じ問題を解決するにはどうすればよいですか?