标签: android spinner simpleadapter
我使用ArrayAdapter来填充Spinner。我想知道是否可以使用SimpleAdapter完成?请指导我正确的方向。 提前谢谢。
答案 0 :(得分:3)
如果我的回答here(包括后续评论)是正确的,那么您可能需要向SimpleAdapter添加ViewBinder。您可以谷歌搜索ViewBinder实施的示例 - 它似乎并不复杂。
SimpleAdapter
ViewBinder