0

I would like to implement a menu like Google glass one but inside my application on my Glass.

example : https://i.stack.imgur.com/cLY21.png

So, after saying "Ok Glass [Name_Of_My_App]", my app will display a menu of items. Each items are defined by one activity (or the same activity with a parameter ).

Obviously, I also would like to be able to move down/up my head in order to see the content of my list.

Do you have an idea how I need to do ?

Thank you in advance.

Guillaume agis
  • 3,756
  • 1
  • 20
  • 24

1 Answers1

0

Try the voiceMenu module of https://github.com/pscholl/glass_snippets/tree/master/esslib, it's not perfect, contributions welcome.

pscholl
  • 522
  • 4
  • 6