posted 13 years ago
hi,
i am an beginner in android. i want to add two numbers in android, working on eclipse and i am getting an error in the code
error:
txtbox1= (EditText) findViewById(R.id.txtbox1);
button1 = (Button) findViewById(R.id.button1);
tv = (TextView) findViewById(R.id.lbl1);
txtbox2= (EditText) findViewById(R.id.txtbox2);
can we correct the error and make the code run?