package com.way.apapter; import java.util.List; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; public class WeatherPagerAdapter extends FragmentPagerAdapter { private List<Fragment> fragments; public WeatherPagerAdapter(FragmentManager fm, List<Fragment> fragments) { super(fm); this.fragments = fragments; } @Override public Fragment getItem(int position) { return fragments.get(position); } @Override public int getCount() { return fragments.size(); } }

dingruiasdad LV3
2023年4月11日
xsjxsj LV2
2022年12月13日
慵懒 LV4
2022年6月22日
上邪(ye) LV6
2022年6月19日
wanfeng_233 LV4
2022年6月13日
双方各何必呢 LV13
2022年6月12日
nihao123456 LV6
2022年5月1日
wjl0529 LV3
2022年4月12日
GZW012345 LV8
2022年3月21日
13165798872 LV11
2022年3月7日

17693282606 LV12
2024年6月20日
咩咩咩咩咩 LV2
2024年6月17日
pangzhihui LV14
2024年5月28日
1941549176 LV4
2024年5月9日
heweimin LV13
2024年4月15日
微信网友_6522007290040320 LV2
2024年4月15日
syd1988 LV7
2024年3月7日
微信网友_6801903754432512
2023年12月31日
暂无贡献等级
zwj1234 LV1
2023年12月11日
cch16257 LV1
2023年11月27日