84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
mList.clear(); mList.addAll(impress.object.get(0).data); fragmentList.clear(); for (int i = 0; i < mList.size(); i++) { fragmentList.add(new PageFragment(mList.get(i))); } cartAdapter.notifyDataSetChanged();
黑屏之後,再滑動出現重疊的狀況
业精于勤,荒于嬉;行成于思,毁于随。
@Override public void onStop() { ViewGroup parent = (ViewGroup) rootView.getParent(); if (parent != null) { parent.removeView(rootView); } super.onStop(); }
這樣應該可以了。
這樣應該可以了。