I have a view with some child view, each of them is also having specific listener . After one of them is click or do something, i want to set all child view with one eventlistener, user will touch/click any where on screen to start new Activiy. Who could help me this problem?
Ex: Main view have: Textview, Editext.... After fill text, disable Editext and set all childView with the same eventListener by touch/click any where on screen to start new activity.

