ok glass, bring me a mojito

Preview:

DESCRIPTION

Stories about actual use cases and possible future use cases, some code and just the overall opinion from a Glass Explorer (me).

Citation preview

ok glass,bring me a mojito

slideshare.net/

uk.linkedin.com/in/

twitter.com/

gplus.to/} radeksimko

Where it came from?

wikipedia.org

Google's self-driving car

commons.wikimedia.org

What's the idea behind?

instagram.com/nbcnewshttp://instagram.com/p/W2FCksR9-e/

XE7 (Jul 2013)Web Browser

Conversational Google Search

XE8 (Aug 2013)Video player

Captions for shared pictures/videos

Google Now reservations & events

XE9 (last week)Vignette (sharing experience)

XE9 (last week)Vignette (sharing experience)

Video support in Search

Sound search

DevelopmentMirror API (simple REST API)

Insert a new cardPOST /mirror/v1/timeline HTTP/1.1Host: www.googleapis.comAuthorization: Bearer auth tokenContent-Type: application/jsonContent-Length: 26

{ "text": "Hello world" }

Updating an existing cardPATCH /mirror/v1/timeline/{id} HTTP/1.1Host: www.googleapis.comAuthorization: Bearer auth tokenContent-Type: application/jsonContent-Length: 26

{ "text": "Hello world" }

PUT /mirror/v1/timeline/{id} HTTP/1.1Host: www.googleapis.comAuthorization: Bearer auth tokenContent-Type: application/jsonContent-Length: 26

{ "text": "Hello world" }

Deleting a cardDELETE /mirror/v1/timeline/{id} HTTP/1.1Host: www.googleapis.comAuthorization: Bearer auth token

DevelopmentMirror API (simple REST API)

Menu items

Subscriptions

Contacts

GDK (de facto Android SDK)

developers.google.com/glass/gdk

GuidelinesDesign for Glass

Keep it timely (CNN, Twitter, GMail)

Do not get in the way

Avoid the unexpected

Are you fancy hack something for Glass?Keep watching

www.gug.cz/cs/gdg

Thanks, stay in touchslideshare.net/

uk.linkedin.com/in/

twitter.com/

gplus.to/} radeksimko

Recommended