Good day.
Uploading pictures through the Picasso library:
Picasso.with(context).load(url).into(imageView); Pictures are small. If I resize, then I break the proportions. And I need to boot as is. What could be the problem?
Good day.
Uploading pictures through the Picasso library:
Picasso.with(context).load(url).into(imageView); Pictures are small. If I resize, then I break the proportions. And I need to boot as is. What could be the problem?
Source: https://ru.stackoverflow.com/questions/627228/
All Articles