Skip to content Skip to sidebar Skip to footer

Size Of A Canvas In A Surfaceview Against Real Screen Resolution

I am trying to use the SurfaceView and the Canvas to make some draws, in my 480x800 phone, but I do not understand how this is managed, because when I display canvas size, it show

Solution 1:

Your application is running in compatibility mode. You must either target the proper API level or declare in your manifest that you support multiple densities.


Post a Comment for "Size Of A Canvas In A Surfaceview Against Real Screen Resolution"