| | |
| | | } |
| | | } |
| | | if (adapter == null) { |
| | | adapter = new SendCircleAdapter(getActivity(), mBannerList, mContentList, SendCircleFragmet.this); |
| | | adapter = new SendCircleAdapter(getActivity(), mBannerList, mContentList, SendCircleFragmet.this,null); |
| | | rv_send_circle.setRecycledViewPool(new RecyclerView.RecycledViewPool()); |
| | | rv_send_circle.setAdapter(adapter); |
| | | initLoadingView(); |
| | |
| | | super.onStart(); |
| | | if (!pd.isShowing()) |
| | | pd.show(); |
| | | |
| | | } |
| | | |
| | | @Override |
| | |
| | | if (list.length() > 0) { |
| | | //保存图片 |
| | | String rootPath = android.os.Environment.getExternalStorageDirectory() |
| | | + "/blksapp"; |
| | | + "/tejiaapp"; |
| | | File rootFile = new File(rootPath); |
| | | if (!rootFile.exists()) { |
| | | rootFile.mkdirs(); |