【发布时间】:2013-08-04 17:29:44
【问题描述】:
SectionsPagerAdapter mSectionsPagerAdapter;说 mSectionsPagerAdapter 无法解析为变量。
它没有给我任何输入建议。
【问题讨论】:
-
重建。检查进口。
-
不,还有其他建议吗? SectionsPagerAdapter 是应该出现的导入吗?
SectionsPagerAdapter mSectionsPagerAdapter;说 mSectionsPagerAdapter 无法解析为变量。
它没有给我任何输入建议。
【问题讨论】:
它是内部类SectionsPagerAdapter的引用变量,它扩展了FragmentPAgerAdapter类,主要处理视图分页器上的滑动或单击功能(仅对Tabs或在片段上滑动)。
可能的错误可能是 -
【讨论】: