I am developing an application on android that gets data from a JSON that looks like this
[{
"title": "Titulo",
"image": "Imagen url",
"op": "op",
"autor": "Autor",
"fecha": "Noviembre 15, 2016",
"nota": "ejemplo de nota"
}]
The problem is that in my application the accents and the "ñ" appear with a strange character with a question mark, and I'm almost sure that the problem is in the json, how do I solve it?