标签: android netbeans
如何在IDE上获取Android的常量,例如View.VISIBLE = 0; 我有以下方法调用:input2.setInputType( *int* ); 如何获得此方法的所有可能常量?我正在使用Netbeans IDE。 所以我会知道要使用哪些常量。
View.VISIBLE = 0;
input2.setInputType( *int* );
谢谢你!