- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我一直在尝试使用 RoboGuice 和 fragment ,但没有成功。我有一个扩展 RoboFragment
的 fragment 和一个扩展 RoboActivity
的 Activity ,但似乎在 RoboActivity
中,方法 getFragmentManager
与 RoboFragment
不兼容。
看起来 RoboFragment
扩展了 android.support.v4.app.Fragmentment
但 getFragmentManager
需要 android.app.Fragment
.
这意味着如何工作?
最佳答案
一如既往,我在发布后 10 分钟内解决了我的问题(抱歉)!
我需要我的 Activity 来扩展 RoboFragmentActivity,然后公开 getSupportFragmentManager 方法 - 它返回显然与 android.support.v4.app.Fragment 兼容的 android.support.v4.app.FragmentManager
马特
关于android - 将 RoboFragment 与 FragmentManager 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14923142/
我一直在尝试让 Roboguice 处理在 中声明的 fragment block 在布局文件中,然后注入(inject)到 Activity 中,但是,尽管 fragment 存在于屏幕外的某个地
我一直在尝试使用 RoboGuice 和 fragment ,但没有成功。我有一个扩展 RoboFragment 的 fragment 和一个扩展 RoboActivity 的 Activity ,但
我想将 xml 布局中的一些 View 注入(inject) RoboFragment,但不幸的是我遇到了 Nullpointer 异常。由于 RoboGuice(除了是一个很棒的 DI 框架之外)的
我有 public class ItemDetailFragment extends RoboFragment 我尝试从另一个 Activity 创建它: public class ItemDetai
我在从我的 fragment roboguice 膨胀 View 时遇到问题,不知道为什么会发生这种情况.. 这是我的代码 头等舱 public class AppController extends
我是一名优秀的程序员,十分优秀!