I want my picture to fade in (I think this is how you call it...). I am currently trying to use the alpha to do this (see below). But the alpha is getting a black screen and then showing the picture. I need the animation to show the picture in the beginning but a transparent one or very bright picture and then get darker and fill the color as the animation progresses.
Hope I explained myself correctly...
AlphaAnimation fadein = new AlphaAnimation(0, 1);
//fadein.setFillAfter(true);
fadein.setDuration(1000);
apa.startAnimation(fadein);
animationmove=3;