Articles tagged in: Android



Glide 4 — Request Options & Generated API

Glide 4.x has introduced a new feature: the generated API. You've learned the basics of this new feature in our generated API tutorial. One upside of the generated API is that it's easy to extend. This allows you to centralize implementation patterns in your app. In this tutorial you'll …

Continue Reading

Glide 4 — Log Image Loading with Stetho and Chrome Developer Tools

In a previous tutorial, you've learned how to log image loading with the Android Studio Profiler. In this tutorial, you'll learn how you can analyze requests and responses using Facebook's Stetho debug tool. Stetho maps Glide's network activity to Chrome's developer tool. This offers the network information during the development …

Continue Reading

Picasso — Log Image Loading with Stetho and Chrome Developer Tools

In a previous tutorial, you've learned how to log image loading with the Android Studio Profiler. In this tutorial, you'll learn how you can analyze requests and responses using Facebook's Stetho debug tool. Stetho maps Picasso's network activity to Chrome's developer tool. This offers the network information during the development …

Continue Reading

Retrofit 2 — How to Trust Unsafe SSL certificates (Self-signed, Expired)

We were hesitant to write this tutorial, but due to the many, many requests: in this tutorial you will learn how to ignore the connection's security handshake and let Retrofit accept any, even bad SSL certificates. This includes revoked, expired or self-signed SSL certificates. Warning: ignoring SSL certificate validity is …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.