I just finished making a version of Sky Map for Google Glass. It's a quick and dirty hack, mostly just an experiment to get into Android dev. Mostly it was just a matter of changing the options menu to be usable on that very limited interface.
Possibly more interestingly, I also added a new layer that shows the outlines of the continents. I won't claim that's a very useful thing, but I've always wanted to know what it would look like if the Earth was transparent. Now I've seen it! The latlon -> celestial coordinate transformation is done in GeocentricCoordinates.java, which might have value to other people's projects. Adding, say, the location of friends based on Latitude (or whatever replaces it) would be fun, for instance.
Source code and APK here:
https://github.com/attoparsec/Sky-Map-Glass