Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gson

How To Have Retrofit To Unescape HTML Escaped Symbols?

I use Retrofit2 and GSON to deserialize incoming JSON. Here is my code in Android app: public class… Read more How To Have Retrofit To Unescape HTML Escaped Symbols?