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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -