Articles tagged in: Java



Retrofit 2 — Analyze Cache Files

In a previous tutorial you've learned how you can activate Retrofit's response caching. In this tutorial we'll explore how you access the cache files and use them to analyze the app's network and cache behavior. This can be very helpful during the development phase. {{outline}} Access Cache Files Before you …

Continue Reading

Retrofit 2 — Activate Response Caching (Etag, Last-Modified)

Internet servers and browsers have developed an advanced caching system to reduce the used bandwidth and make viewing websites much faster. However, when developing mobile apps we started to forget about these things. While image libraries like Picasso or Glide provide caching when loading and displaying images, Retrofit does not …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.