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