Image.createImage(filename)
I do that simply, but how can I resize it based to screen width and height..
Image.createImage(filename)
I do that simply, but how can I resize it based to screen width and height..
There is no built-in support in Java ME for that. However there is a related project on this site: http://projects.developer.nokia.com/imagelib
There is a Simple Solution : How to resize images to screen size
Hope this helps.
Regards
Gopal