Load large images with Picasso and custom Transform object

前端 未结 2 1627
借酒劲吻你
借酒劲吻你 2020-11-28 06:34

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

2条回答
  •  爱一瞬间的悲伤
    2020-11-28 07:23

    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.

提交回复
热议问题