• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. K

    Apps Voice Recognition and String matching

    Hello! I am developing an android app that uses voice recognition. The Recognizer Intent returns an ArrayList of the potential results that match the voice. How can I compare these results to another set of Strings? e.g. The Voice recognition result is "heillo" and the set is { "hello" ...