获取微调器选定的项目文本? [英] Get spinner selected items text?

查看:18
本文介绍了获取微调器选定的项目文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何获取微调器所选项目的文本?

How to get spinner selected item's text?

当我点击保存按钮时,我必须在我的微调器中选择项目上的文本.我需要文本而不是索引.

I have to get the text on the item selected in my spinner when i click on the save button. i need the text not the Index.

推荐答案

Spinner spinner = (Spinner)findViewById(R.id.spinner);
String text = spinner.getSelectedItem().toString();

这篇关于获取微调器选定的项目文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆