Thursday, April 28, 2011

A splash screen which doesnot just disappear but fades in/out.

I have a splash screen which appears for a few seconds before the application home screen is loaded. And then the home screen is pushed in. But I need to fade out the splash screen before the home screen appears. Any idea how to do that??

From stackoverflow
  • Yeah, you should do two things:

    1. push application home screen, and after that push splash screen
    2. inside splash screen before close start png "animation" with growing transparency (image should be size of screen)

    See also
    Blackberry - background image/animation RIM OS 4.5.0

    Bohemian : Ok. There is a method setGlobalAlpha for transparency.Thanks
    Max Gontar : You're welcome!

0 comments:

Post a Comment