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 解决这个问题,我可以创建 BroadcastReceiver 来启动 IntentService 来完成这项工作。
我不想使用 Android 类,而是使用普通的 Java 类来做同样的事情。
如何使用 Otto 和 Dagger 解决相同的问题?