edittext, textview 같이 string 데이터를 추구하는 setText에 string형이 아닌 다른형이 왔을때에 에러 holder.age.setText(String.valueOf(user.getAge())); string 형으로 캐스팅해서 해결