由于为按钮的“OnClick 属性”分配了名称,因此在单击按钮时调用此方法,下面的编码中正确的大小写代码应该是什么。它给出的错误是它应该是常量表达式以防万一。
public void onClick(View view) {
switch (view.getId()) {
case R.id.button1:
RadioButton AButton = (RadioButton) findViewById(R.id.radio0);
RadioButton BButton = (RadioButton) findViewById(R.id.radio1);
if (text.getText().length() == 0) {
Toast.makeText(this, "Please enter a valid number",
Toast.LENGTH_LONG).show();
return;
}