What do you think of writing a book that describes the analysis of Monkeyrunner principles? Estimated about 100,000 words or so. The content is probably distributed as follows:
- Monkey Implementation Principle : To describe how the monkey running on the target Android machine is running and processing the event request sent by Monkeyrunner and injecting the event into the system.
- Monkey Command Processing source scenario Analysis : To analyze the implementation principle of key command events such as TOUCH,TAP, etc.
- Androiddebugmonitor (ADB) operation principle : Analyze how Monkeyrunner uses the Androiddebugmonitor of the Ddmlib library to communicate with the target Android device for ADB protocol
- Devicemonitor Operating principle : Analyze how the devicemonitor thread monitors the access and removal of devices, and how to maintain basic information about each Android device
- Monkeyrunner Architecture: Analyze the overall architecture of the Monkeyrunner, including how to use different libraries, such as ddmlib,chimpchat, how to communicate with ADB servers, how to communicate with monkey, How to communicate with Viewserver
- Hierarchyviewer and Viewserver principles : Analyze how Monkeyrunner provides scripting code for controls, and an analysis of the implementation principles of Hierarchyviewer and Viewserver
- Easymonnkeydevice Implementation principle
- etc...
Sincerely hope that gentlemen can give advice, Frank tradable comments, the content is not limited, you can advise whether there is a market, you can also put forward the desired content and so on ... Here first Heavens gentlemen!
Android Automated test framework new book: <<monnkeyrunner realization Principle Analysis >> Communication