heap

Forum discussion tagged with heap.
  1. U

    grow heap on load several bitmap- scale bitmap to screen size

    in my game i use surfaceview And Canvas to draw sprites on screen for achiving this in all screen size: i test two way: first: when canvase want to draw Framebuffer(final bitmap) on screen, scale this framebuffer by using canvas.drawBitmap(framebuffer, null, dstRect, paint); but frame per...