We all love and use Picasso - An image caching and downloading library in android. This talk covered all the new upcoming features & internal implementation changes done in the newer version of Picasso 3.0 after 3 years. I covered few important changes,
INTERNAL IMPLEMENTATION CHANGES :
* Android P - ImageDecoder support
* Network upgrade - okhttp2 -> okhttp3
* Okio integration
NEW FEATURES IN LIBRARY :
* Context removal
* Callback changes
* Target changes
* Lifecycle awareness & more..