1

我有一个带有“汽车”表的数据库。在此表中,有两列 id 和 name。我从数据库加载数据并设置为微调器。但是我只为微调器设置了名称列。我也试着把 id 放在那里。How i can set to adapter id and name, when select spinner item i must get this id to getting another data from database.

4

1 回答 1

0

您可以使用View'ssetTag()getTag()方法来设置和获取 id。

如果您突然使用ArrayAdapter而不是CursorAdapter数据库数据,请停止这样做,您可以简单地通过内部数据集合中的选择索引获取元素。

于 2013-05-22T19:37:35.653 回答