I\'m having problem getting a string array for strings.xml .
The error is:
android.content.res.Resources$NotFoundException: String array resource ID
Do this to render Integer to textview
TextView.setText(String.valueOf(int));