LocationListener override code
re: the code on page 175: I have to comment out the "@Override" directives to get it to compile; which DOES make sense, as LocationListener is an interface, not a class to be overridden.
I'm using all the latest bits: Windows 7, JDK 7, latest ADK, etc.
|