I'm using Picasso. And i want to add the image to bitmap first and then add it to an imageview. I'm using the following line of code that adds an image from gallery with uri and show it on image view. I want to save it on a bitmap first. what should i do:
Picasso.with(this).load(uriadress).into(imageView);
but i want to save it on a bitmap first.