pawan pathak
pawan pathak

Reputation: 89

android click event programmatically

Actually programmatically i want to click on some coordinates. i want to evoke a click event on that coordinates which i am providing programmatically.

Upvotes: 1

Views: 1318

Answers (2)

Armen Hovhannisian
Armen Hovhannisian

Reputation: 952

As the question is not specific. I understand that u want to programmatically have click even in your app. So it is possible with Python if you need help and if i understood the question right let me know i will go into details. And one more thing in case if you want this information for using it in clicking app ads for example in Google AdMob Ads. i could say that it is the worst idea ever.)

Upvotes: 0

Joakim Berglund
Joakim Berglund

Reputation: 2871

It is possible using performClick() if it's a specific view you want to click on.

Upvotes: 1

Related Questions