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.
我有一个TextView名为Change City的。单击更改城市时,它必须在下拉列表中显示城市列表。选择城市后,必须将更改城市替换为相应的城市名称。
TextView
我尝试将适配器(如Spinner)用于TextView. 它没有用。还有其他建议吗?
Spinner
在我最近实现的一个下拉列表中,我使用了一个ListView带有设置为ArrayList. 它对我很有用。我会推荐它。
ListView
ArrayList