i ve currently a problem so maybe you could resolve my problem.

i want to press a button programmatically . imagine 2 buttons ,A and B .when you press A , it press the button B programmatically .
for testing I implemented both by Onclick and i used PerformClick , and it work Fine.
But for some reason in my code i have to implement them By OnTouch.
Is there something similar at PerformClick but For Ontouch ?
Thank you


