(Note: This has been merged into the main project!)
A Google Glass user interacts with Glassware using timeline items, also known as cards. Currently the Quick Start Projects do not include a method for manually deleting these items, but the Mirror API does provide a way to do this.
I am developing Glassware using the Go (AKA golang) version of the Quick Start Project.
In the index.html file, I added a button using this block of code:
To this block:
{{ range $item.Attachments }} {{ if HasPrefix .ContentType "image" }}{{ else }} Download {{ end }} {{ end }} {{ end }}
2 Replies to “Deleting Google Glass Timeline Items Using the Go Quick Start Project”
You must log in to post a comment.