I'm developing a text editor with EditText and ImageSpan. I could managed it but I'm getting memory leaks sometimes: When I insert a new image.
I got a Memory dump with DDMS and open it with MAT. I've seen the images as byte[], but the list of objects with incoming references is empty; so I can't know where the memory leaks are being produced.
Thank you