Hi, all! Recently I'm working on a course project in which I need to show
Android device's screen on PC dynamically. Besides, I also need to record
user's operations and replay it on different devices. I looked into Android
SDK, and found that MonkeyRecorder provided by the monkeyrunner tool
can fulfill these two requirements. However, there are problems about it.
Because the MonkeyRecorderFrame is implemented by Java AWT and Swing,
it seems snapshots from device cannot be refreshed very quickly in
MonkeyRecorderFrame (extends JFrame). So the PC cannot completely
synchronizes with the device. How can this situation be improved?
Need I to rewrite the MonkeyRecorder using some other efficient languages?
I'd really appriciate if you could give me any advice.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to