Browse Tag

picasso

Picasso vs Glide vs Coil

Points of comparison:

  • Methods count
  • Size
  • GIF support

GitHub links and versions I used: Picasso, Glide, Coil. (2.71828, 4.9.0, 0.6.1)

Release date: Picasso and Glide were first released in 2013. And Coil is very young, released on 12 August 2019.

Methods count

How many methods each of them will add to your project (proguard enabled):

Keep Reading

Three useful android libraries

The most useful libraries for me lately is:

  • Picasso – A powerful image downloading and caching library for Android.
  • Butterknife – Field and method binding for Android views.
  • EventBus – Simplifies the communication between components and makes your code simple.