Articles tagged in: Android



Glide — Network-Dependent Image Loading

Glide makes loading images in your Android app quite efficient. Powerful caches avoid loading images over the (mobile) network as much as possible. However, that's not always feasible. Glide has to load images from the Internet when they're not in one of the caches yet. Loading images over the network …

Continue Reading

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

Explore the Library

Find interesting tutorials and solutions for your problems.