I wrote two apps ("glassware") for the Google Glass.
DoseView takes the glass' location and looks for existing radiation data in the safecast database (via safecast api). The nearest measurement point is then displayed on the Glass. It is available on github:
https://github.com/nuclearfreesoftware/DoseView (including an APK file to install it without the need for building it again).
The second app connects the Glass via Bluetooth to a bGeigie nano (with BLEBee). Glass can than display the data live. I have to clean up the code a bit and sort out licensing issues, afterwards I will post the github link here. I made extensive use of the Android Bluetooth Low Energy API. Because of this, It might actually be easy to convert the app to work on phones.
I hope this post is interesting for some people (and not just seen as self advertising). The two projects were my first android developments at all, so they are no very well in style. I'm very happy to take suggestions/help from people that try it.