TextView aluno = new TextView(context: this);
aluno.setText("Bruno Crema");
setContentView();
o context do TextView fica escrito em vermelho e o erro acusado é o seguinte: TextView aluno = new TextView(context: this); ^ TextView aluno = new TextView(context: this); ^ TextView aluno = new TextView(context: this); ^