In the latest Picasso release there is no more Picasso.with(Context context) method.
Instead there is a Picasso.get() method. Using reflection to call whatever method of
these two is available will enable scissors to work with both old style and new style
Picasso library.
In the latest Picasso release there is no more Picasso.with(Context context) method. Instead there is a Picasso.get() method. Using reflection to call whatever method of these two is available will enable scissors to work with both old style and new style Picasso library.