Monday, December 30, 2013

Google Glass Mirror - Multiple Menu Items

This is the sort of code you need to have multiple menu items.

{
  "kind": "mirror#timelineItem",
  "id": "ce2942cf-81db-4fdf-bf78-f7a6003f53ac",
  "created": "2013-12-20T23:06:36.052Z",
  "updated": "2013-12-29T09:55:15.184Z",
  "etag": "1388310915184",
  "text": "Multiple Menu Items",
  "menuItems": [
    {
      "action": "READ_ALOUD"
    },
    {
      "action": "REPLY"
    },
    {
      "action": "SHARE"
    }
  ]
}

Saturday, December 28, 2013

Writing a Diary APP for Google Glass

I am looking to write a Diary APP for Google Glass - and will use this blog as a place to chuck all the code - and fragments of useful code I stumble onto on the internet.

I will use the Mirror API - as I think this will be a good place to start - get some pages going - and get a feel for Glass UI.

The GDK will be for another time.