Ejemplo n.º 1
0
  @Override
  public void onResume() {
    super.onResume();
    GroupSqlManager.registerGroupObserver(mGroupAdapter);
    mGroupAdapter.notifyChange();

    if (!sync) {
      GroupService.syncGroup(this);
      sync = true;
    }
  }
Ejemplo n.º 2
0
 @Override
 public void onSyncGroup() {
   mGroupAdapter.notifyChange();
   isRefresh = true;
 }