I am using SurfaceView to draw the Bitmap Image. But the Problem is while i am setting the image on the SurfaceView, it will not seen whole image.
I think it happend because the imahe size is larger then the device screen size.
So i want to set the bitmap that should be set with the device size/ SurfaceView Size.
If the Image is smaller then the SurfaceView then it should be in image size and at center of the surfaceView.
1 Answer