Hello, I'm using string within values.
It's all working fine, but when the sentence is made up of something that comes from the bank (for example) and a string, it's putting numbers instead of text.
numeroAvaliacoes.setText(" " + object.getInt("avaliacoes") + R.string.avaliacoesesp);
Does anyone know how to solve this?
I know I could put two TextViews, but there is something (for example the Intent of share that would have to put together anyway.
Thank you