Norman

android & node.js dev


Glide — App Release Preparation

Google highly recommends to use ProGuard for release builds which get distributed via Google Play. We’ll guide you through the basic setup of ProGuard and show you how to configure Glide in the phase of release preparation. First, let’s get a wrap up about ProGuard and afterwards we …

Continue Reading

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

Explore the Library

Find interesting tutorials and solutions for your problems.