Bitmap image Problem?? Please Login to Remove! Hi,
I m placing Bitmap image to the my BlackBerry Application Background..I m loading bitmap using.. Bitmap bmp=Bitmap.getBitmapResource("filename.bmp");
but the problem with me is that when my screen width size is smaller than the
image width then image is not displayed properly...it means image is not compressed with the screen resolution.
and yes i m putting image using g.drawBitmap() method....
plz Any help regarding the Bitmap image compression with the Screen resolution..
Thanks in advance.. |