I'm having some problems displaying a PNG in an ImageView.
I am loading the image from the file system via:
...
mImageView.setImageBitmap(BitmapFactory.decodeStream(
getClass().getResourceAsStream("image_name")));
...
The image shows up in the ImageView, but it's pixelated.
If I haven't given enough details, just let me know...
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---