incrementActivity : function(hint)
    {
      if (++this.__activityCounter == 1) {
        this.getView("root").showActivityIndicator();
      }