Android createGraphics memory problem

@tony and @kfrajer Thanks for the answer.
Indeed using removeCache() along with System.gc(); and setting (quite a lot of) images to null
solved the problem.
Thanks.