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.
テキストボックスから値を取得するなど、イベントを使用せずにスピナー (アンドロイド) から値を取得しようとしています。ありがとう。
選択したアイテムをスピナーで呼び出すだけの簡単操作
String Text = mySpinner.getSelectedItem().toString();
Spinner の派生元である AdapterView クラスの getSelectedXXX メソッドがあります。
getSelectedItem()
getSelectedItemPosition()
getSelectedItemId()