1
Hello, I’m using string within values.
Everything is working fine, but when the phrase is composed of something that comes from the bank (for example) and a string, it is putting numbers instead of text.
numeroAvaliacoes.setText(" " + object.getInt("avaliacoes") + R.string.avaliacoesesp);
Someone knows how to fix this?
I know I could put two Textviews, but there are things (for example the share Intent that would have to put together.
Thank you