Search code examples
microsoft-band

Input on Microsoft Band


I know it is possible to display information on a Microsoft Band, and also possible to display buttons and react to button events.

But is there a way to get textual input from the user, something like a TextBox or at least a ComboBox? (I guess combobox-like behavior can be constructed with manually rendering multiple buttons in a scrollable layout container, but that seems very manual.)

Thank you.

György


Solution

  • No, the Band SDK does not expose a means to obtain text from the user. On Windows Phone, however, an application can use Cortana integration to respond to voice input from the Band.