I want to create application that uses offline Android's builtin voice recognition API. Does anyone have an example? I've tried to use RecognizerIntent API but it still requires internet. I've looked here: https://code.google.com/p/google-voice-typing-integration/. In file ActivityHelper.java they use RecognizerIntent API too.
Thank you!