SyntaxFix
Write A Post
Hire A Developer
Questions
If we get the value as int and we set it to String, the error occurs. PFB my solution,
int
String
Textview = tv_property_count; int property_id; tv_property_count.setText(String.valueOf(property_id));