I know the code would look something like this if I wanted to assign a single value to an EditText.
num1=(EditText) findViewById(R.id.cnum1);
Posted 09 September 2012 - 06:29 PM
num1=(EditText) findViewById(R.id.cnum1);
Posted 18 October 2012 - 04:25 AM
+---------------+ | 52 + 10 | +---------------+ *presses =* +---------------+ | 62 | +---------------+
tvMyTextView.setText("Result goes here");
tvMyTextView.setText(Integer.toString(result));
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
