I\'m getting an Out Of Memory exception using Picasso when loading \"large\" images (> 1.5MB) from Android Gallery (using startActivityForResult).
I\'m using a custo
There's a very good article on the Android Developer website which helped me alot when I had the same problem with loading large images.
This article explains really well what causes the error and how to solve it. There are also other articles (see menu) to, for example, cache images.