Android Studio TextView Ustaw Text Int

TextView tv = new TextView(this);
tv.setText(String.valueOf(number));
Dark Dingo