I am wondering how to convert an edittext input to an int, I have the user input a number, it than divides it by 8.
MainActivity.java
@SuppressWarnin
Try the line below to convert editText to integer.
int intVal = Integer.parseInt(mEtValue.getText().toString());