Articles tagged in: Glide



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

hapi — Access Request Headers

Handling request headers isn’t a use case that comes to mind immediately when thinking through the development process of your app. You might think of routes, requests, appropriate responses and the design of your views. And at some point, you’re in a more advanced development stage and see …

Continue Reading

Glide — Advanced ListViews With Images

In the previous tutorial on ListViews with images we've only looked at examples where the entire adapter item is an ImageView. The approach still applies if one or more ImageViews are only a (small) part of the adapter item. Your getView() code will look a little different, but the loading …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.