I have a requirement in which i have to give zoom out effect in splash screen. Please Suggest something. I have an idea that we can keep its animation in res/anim folder and use
Use this in Activity Java File :
FrameLayout mainFrame = ((FrameLayout) findViewById(R.id.FrameLayout01));
Animation hyperspaceJumpAnimation = AnimationUtils.loadAnimation(this,
R.anim.hyperspace_jump);
mainFrame.startAnimation(hyperspaceJumpAnimation);
Put this code under res > anim > hyperspace_jump.xml