findViewById使用setRetainInstance(true)在片段上返回null

时间:2013-02-07 03:37:10

标签: android android-fragments

我正在尝试创建一个响应更快的布局,所以我选择在我的片段上使用setRetainInstance来防止在设备轮换时重新请求我的web服务。问题是,当我尝试从片段中获取片段活动中的TextView引用时,findViewById始终返回null。

this.getActivity().findViewById(R.id.textView_currentAddress)

怎么了?

0 个答案:

没有答案