I wrote a code and I created an EditText element, which only has 1 integer. My question is, how do I get the integer? I wrote down: int tempNum = Integer.parseInt(myed
int tempNum = Integer.parseInt(myed