I have an Android app that loads an image as a bitmap and displays it in an ImageView. The problem is that the image appears to have a transparent background; this causes so
You can loop through each pixel and check if it is transparent.
Something like this. (Untested)
Bitmap b = ...; for(int x = 0; x