예제 #1
0
 public void refreshData() {
   mAdapter.notifyDataSetChanged();
   updateTitle();
 }
예제 #2
0
 public void refreshData(List<ThemeInfo> themeInfos) {
   mThemeInfos = themeInfos;
   mAdapter.notifyDataSetChanged();
   updateTitle();
 }