Articles tagged in: Android



Glide 4 — Customize Network Timeouts

Loading images from a server is an error-prone process. The server can be down, the user can be on a slow mobile connection, or completely lose Internet connection. By default, Glide has some timeouts set for you to balance between waiting long enough for the image to be loaded and …

Continue Reading

Retrofit 2 — Crawl HTML Responses with jspoon (Wikipedia Example)

Retrofit is mainly used to interact with well-defined REST APIs. Nevertheless, you can also use Retrofit to crawl HTML sources of websites. In this tutorial, you'll explore how to utilize jspoon and Retrofit to automatically extract content from Wikipedia. In a practical example you'll understand the basic functionality of jspoon …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.