for my project i need to do the following thing,
- get device touch event from adb getevent command.
- and at the same time i need to find something that collects the information of the application activity calls.
my goal is to find out upon each touch information if there is a change in activity in a particular app, detect that activity.
So, whenever a touch at (x,y) position happens getevent reports that, now if there is a button on that position it may call an activity change in the app, so i need to detect the change to new activity.
How this can be done? any idea?