Exemplo n.º 1
0
 @Override
 public void onLoadFinished(Loader<Result> loader, Result data) {
   mCategoryAdapter.updateData(data.mCategoryInfos);
 }