在中
MainActivity,您
sunFragment尚未使用。删除此部分:
你必须设置
bundle到
fragment里面你
SectionsPagerAdapter
case 0: Bundle bundle = new Bundle(); bundle.putDouble("loclat", 25.4358); bundle.putDouble("loclang",81.8463); Fragment sunFragment = new SunFragment(); sunFragment.setArguments(bundle); return sunFragment;但是,如果您需要将设置
bundle为
fragmentfrom
MainActivity。然后使用
callback该目的。



