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.
有人知道使用 Guice 将依赖项注入 Android 中 Activity 的构造函数的方法吗?看起来活动通常只有默认构造函数,以便平台可以轻松创建新实例。虽然拥有一个单例来引用注入器并获取依赖项很容易,但它不太干净并且引入了一些静态状态。
有什么建议么?
我不知道我怎么错过了这个!
https://github.com/roboguice/roboguice