不知道是否可以解决全部的显示问题,我的问题是这样解决了
jsonProGrams= new ArrayList<JsonProGram>();
jsonProGrams.addAll(proGram);
exerciseLibraryAdapter.notifyDataSetChanged();
改成
Adapter.setJsonProGrams(proGram);
exerciseLibraryAdapter.notifyDataSetChanged();
注:proGram为是配到adapter的数据。