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.
findViewWithTag("TAG") メソッドを使用してボタンを初期化しようとしていますが、ボタンの値を出力しようとすると null が返されます。これを行うより良い方法はありますか?プログラムには、通常のボタンを参照するボタン変数が既にあります。
私の現在のコード:
Button b1 = (Button) button.findViewWithTag("NewTag");