Android
As a developer, you do not need to write any code that deals with the speech recognizer directly. RealWear Devices run a software service called WearHF that lives between the operating system and your Applications. This service intercepts user controls designed for touch and automatically enables them for speech. So as a developer you can continue to program for touch interfaces, and continue to write standard Android applications that run across a number of platforms.
That said, there may be a few occasions where you might want to help WearHF deal with complex UI applications. To enable this, you can add what are called WearHF directives in to your UI code
Whilst Jetpack Compose is a new and exciting way to craft UI in Android Mobile development, it is still a quickly evolving platform and as such there may be issues that arise with early versions. We have seen issues with delays in apps responding to voice commands when usinig compose versions below 1.4.0, as such we advise that we only currently support development using Compose 1.4.0 and above