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
2009-07-21 09:42:49