Android 2017‧12‧22 int 를 String으로 int result = 1; 이렇게 인트 값을 지정하거나 인수로 받아서 문자열로 변환하여 다시 사용할 때 아래처럼 바꾼다. String.valueOf(result)