标签: java android json autocompletetextview
嘿伙计们是我第一次将autoComplementTextView与JSON一起使用。解析器我正在关注此tutorial并且我在列表中收到道路但是当我点击道路时想象:“堆栈溢出之路”我autoComplementTextView上的输出为{description= Road of stackoverflow}
autoComplementTextView
JSON
{description= Road of stackoverflow}
我的代码与教程链接相同。