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 をどのように設定しますか? (例: R.id.myspinner)
ありがとうJP。
MySpinner がスピナーへの参照である場合は、MySpinner.setId(int) を使用します。