How to do a fadein of an image on an Android Activity screen?

Posted by Hiroshi Iwatani on Stack Overflow See other posts from Stack Overflow or by Hiroshi Iwatani
Published on 2010-04-08T03:03:45Z Indexed on 2010/04/08 15:13 UTC
Read the original article Hit count: 346

Filed under:
|
|

I'd like to display a photo on an Android Activity screen with doing gradual and continual fade-in from pale monotone sepia to the final full color. I know how to do it on a Java Image/BufferedImage for the Graphic object but unfortunately I know nothing for the Android programming environment. Could anyone help?

© Stack Overflow or respective owner

Related posts about android

Related posts about image-processing