The monkeyc compiler (and Eclipse) requires a Java runtime environment to be installed, but there is no mention of this in the Programmers Guide PDF or the README.txt. Worth adding a couple of lines of text + a link?
It uses sexed quotes in some of the code examples, so they won't compile if pasted. Namely: p.17, 18, 21, 23, 30 & 49.
The Connect IQ Eclipse plugin URL is split over 2 lines, so when pasted into Eclipse it is truncated and doesn't work. i.e., Use add button to add a new update site: http://developer.garmin.com/downloads/connect- iq/eclipse/
In the API docs for Graphics :: Dc several functions specify the coordinates as "location of upper corner" which isn't clear. It would be better to say "location of top left corner".
However drawText() isn't consistent - it uses bottom left/center/right as the origin point, depending on which TEXT_JUSTIFY constants is used. The documentation should mention this.