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.
私は Android アプリケーションを実行しており、リストされたデータの詳細ビューを表示するには、スピナーの選択項目を設定する必要があります。これを設定するにはどうすればよいですか?
私はアンドロイド開発分野に不慣れです..誰か助けてくれますか
ウィジェットのクラスのsetSelection(...)メソッドを使用して、選択したアイテムの位置を設定できます。Spinner
setSelection(...)
Spinner
例えば:
spinner.setSelection(position);