Posts by Matheus Oliveira • 11 points
2 posts
-
1
votes1
answer488
viewsA: Problem with accented JSON text - Android + Retrofit
Solved using the Interceptor class of the okHttp lib. The class has an Intercept() method with which it is possible to manipulate the request response by changing Mediatype to the correct…
-
0
votes1
answer488
viewsQ: Problem with accented JSON text - Android + Retrofit
I am consuming data from a webservice that returns a list with JSON objects, this way: [{"idPDV":3062,"nomeFantasia":"SEBASTIÃO JOSÉ DOS SANTOS","endereco":"RUA MANCHE CATAN DAVID,…