개발툴/Android Studio

[안드로이드 스튜디오] edittext 입력값을 int로 받아오기

펜네임 2019. 10. 18. 14:49
int userNum1 = Integer.parseInt(et1.getText().toString());