RecognitionListener为Viewholder提供NullpointerException

时间:2017-12-09 11:55:30

标签: java android listview android-arrayadapter speech-recognition

我在每行内部创建了一个包含多个sppech_recognizer的listview ... 其中语音识别结果文本将存储在listview内的textview中:

基本型号:

ListView - > {rows :: [多个语音识别器]}

public static void Save(){
    DependencyService.Get<ISaveAndLoad>().SaveText("temp.txt", input.Text);
}

从这里我得到这个多重sppech识别器问题的结果如下:

select distinct a.*,
case when b.id is null then 0 else 1 end `duplicate`
from tab a
left join tab b 
on a.name = b.name
and a.id > b.id
order by a.id

我被困在这里,任何帮助都会被完全扼杀...... 谢谢你提前。

0 个答案:

没有答案