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(){
for every view component we can call setOnclickLister() like that for TextView also call
textview.setOnclickListener(new setOnclickListener { public void onclick() { } } );``