Does anyway know of an open source solution for recording user input. The ideal one would output monkeyrunner script.

I'm happy to modify my source by extending input recording classes, which would be the simplest solution, i.e. extend the base View and Activity classes to catch the onTouchEvent(), onKeyUp(), onKeyDown(), etc, and then generate the monkeyrunner script in there to be written out. But it seems a shame to write it if it already exists!

Thanks in advance...

link|improve this question
feedback

1 Answer

FoneMonkey for Android is open source and would help you achieve your goal.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.