I am preparing a "all in one" Image viewer which contain all the options like Zoom In/Out and every thing.
I am using "InputStream" by getting the FileConnection Object.The code i am using is
InputStream fis = fc.openInputStream();
img = Image.createImage(fis)
But here i am getting Out of Memory Exception for larger pictures. So, Can u please gimme a Solution for handling Such a big Pictures.....
I have a SonyEriccson Mobile in which even the device explorer also cant handle the pictures which are taken by the Digi Camera with Resolution around
(2000 * 2000).So i want to pepare a viewer which can handle that.....
Thanks and Regards
UVR Pavan
