Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
音声認識はすべての可能性をリスト ビューに表示します。ListView の値を使用して if("単語が話されました"){ "何かを行う" } を使用する方法を知りたいのですが、自分で検索する必要がありますか?メソッド、適切な構文は既にありますか
私が探していた答えはこれでした:
if(string.contains(" ")){
}