I am struggling to find a solution for the project. The project is used to record the operations in mobile and then play back. the steps are: 1. connect the mobile to pc via usb/wifi 2. operation on the mobile, start a application, click on a button, etc. 3. all the operations in step 2) are recorded in the pc client 4. then we can use the results in step 3) to replay.
How to detect all the operations in mobile? Maybe I can try the following: 1. get the activity of a application from the activity stack? 2, get all the views related to the activity ? 3. how to monitor all the operations, for example when tapped on a view 4. send all these information to the pc client via a socket Anybody who are familiar with this topic can help me a hand? Thanks a lot. Roger -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

