Friday, November 12, 2010

PNG Compression in Android

If you feel PNG get rendered terribly in Android, please see the following article.

1. http://www.gotow.net/creative/wordpress/?p=79
2. http://android.amberfog.com/?p=247

1 comment:

Pece S said...

You can also try adding this in onCreate(...):

getWindow().getAttributes().format = android.graphics.PixelFormat.RGBA_8888;

It worked for me.