I tried doing it with this code:
et.setText(sb.getProgress());
where et is the EditText and sb the SeekBar.
I get this Exception:
String resource ID #0x65
the last part of the exception changes with the value of the SeekBar.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Reason :: The Value of sb is int and you set int to Edittext And its Create Problem So EditText getText() and setText() Always in String
So there Error tells its not String ……..
Many Ways Convert Integer To String