Articles tagged in: Android



Picasso — Advanced ListViews With Images

After reading a full-blown introduction to Picasso in the previous tutorials we're moving to an easier topic. At the beginning of this series we've worked through the example of a gallery kind-of app full with images. But what if the image is just a small part of the list element? …

Continue Reading

Retrofit 2 — Implementing Custom Converters

We've already written two blog posts about Retrofit 2 converters. In almost all cases, the standard converters and their customizations are sufficient to transform your app's data. If you have some special format or some other specific needs, you might need to implement your own custom converter. In this blog …

Continue Reading

Gson Builder — Model Versioning

The APIs you've to integrate into your applications will evolve over time. Usually you can simply update your models to the newer version, but this is not always possible. If your application has to deal with multiple versions of the same model, this is the perfect tutorial for you. You'll …

Continue Reading

Practical Gson — Low Level Parsing

In this blog post, we'll explore a topic which might be very interesting for some of you: low level parsing with Gson. In the past 25+ blog posts, we've reiterated that the best and bug-free way is to use as much automatic mapping as possible. Nevertheless, in some cases, you …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.