private void fillTextViews() {
    app.setIcon(challenge.getIcon(), imgIcon);

    app.fillTextViews(txtName, challenge.getName());
  }