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