It should be straightforward, but I am not sure where something is wrong. I try to catch the click on the TextView with:
TextView
public void runNextTask(){
super.onCreate(savedInstanceState); setContentView(R.layout.other_activity); findViewById(R.id.TextView).setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { } });