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.
我的标题可能不太好,我会在这里更详细地解释它。目前我有一个从数据库填充的微调器。我现在想做的是,当我在微调器中选择一个项目时,我将有一个文本视图来显示同一数据库同一行中的数据,只是不同的列。比如我的数据库目前有主键_id、title和description。下拉列表将显示标题。选择标题后,TextView 将从数据库中获取描述并显示它。我对 android 开发还是很陌生,不知道如何实现这一点。任何帮助,将不胜感激。提前致谢 !
onItemSelected (Spinner parent, View view, int position, long id)