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.
我一直在使用带有 Activity 和 Fragment Activity 的 RoboGuice 依赖注入。但是我无法弄清楚如何使用片段来使用它,因为我们没有在 Fargment 中调用 setContentview。谁能告诉我一个如何使用它的例子?
亲切的问候
这是描述解决方案的帖子。主要步骤是:
RoboFragment
View
onCreateView()
@InjectView
RoboActivity