How to send touch events (Screen Events) to another app in android -
i trying develop image processing based powerpoint controller app on android. app run in background , find out hand actions.
my android app captures images camera , tries find out left or right movement of hand, based on action want send swipe-left/swipe-right office suite application (which displaying ppt).
i know there way send gestures android app using
adb shell input swipe 400 200 300 200
but not working inside android app.
can suggest solution?
Comments
Post a Comment