Picasso has a few threads it is running even when the app is not running 
This uses battery and causes the app to show up as the main cause of CPU and battery drain.
Is there a way to shutdown the Picasso instance when it’s not needed?
I know that Picasso library has the shutdown() method, but you can’t shutdown the default instance.
If I can set the picasso instance to be used then I can shut it down when not needed and set it when I need to use the Twitter SDK.
Thank you