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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.