So, I am messing around with java/android programming and right now I am trying to make a really basic calculator. I am hung up on this issue though. This is the code I have r
TextView tv = (TextView)findviewbyID(R.id.textView); int num = Integer.valueOf(tv.getText().toString());