I am trying to add two numbers together from EditText fields. So far I have the code below that I believe converts the EditText field \'pos1_deg\' & \'pos2_deg\' into in
Have you tried:
result.setText(String.valueOf(deg_sum));