tags:

views:

226

answers:

1

Is it possible to programmatically send click events to a view? if so, how?

+3  A: 

If you want to create automated tests you might want to have a look at Monkey. Otherwise you can use the performClick method.

Josef