Articles tagged in: Gson



Gson Builder — HTML Escaping

In this blog post, we'll explore an interesting behavior of Gson: HTML escaping. By default, Gson escapes typical HTML characters, like < or > to \u003c and \u003e. If your server can handle these tags just fine, you might be interested in disabling this behavior. In this tutorial we'll show …

Continue Reading

Retrofit 2 — Basics of API Description

In the getting started with Retrofit tutorial you've implemented your first request against one GitHub endpoint. Hopefully, you're excited to try out more of Retrofit's functionality. In this tutorial, you'll learn in more detail how to describe API endpoints in Retrofit. {{outline}} {{video}} How to Describe API Endpoints As you've …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.