views:

24

answers:

0

I have a tile based image viewer which scrolls and zooms. Everything works fine...but when the gc fires up there is a bit of a lag I want to get rid of.

At the moment, I have no recycling method to my bitmaps for the tiles not onscreen anymore.

Would it make a difference if I did recycle the bitmaps once they go off screen using recycle()?