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.
View.VISIBLE = 0; 次のメソッド呼び出しがあるように、IDE で Android の定数を取得するにはinput2.setInputType( *int* ); どうすればよいですか: このメソッドで可能なすべての定数を取得するにはどうすればよいですか? Netbeans IDE を使用しています。したがって、どの定数を使用するかがわかります。
View.VISIBLE = 0;
input2.setInputType( *int* );
ありがとう!