I have created a splash screen in which i want to create two buttons PLAY and INFO.I want that when i click INFO it will go to the next splashscreen that is of Instruction Manual and also want that these two buttons should not be visible on splashscreen.
Share
You could use a ViewFlipper for this.
and then in your code use ViewFlipper’s
setDisplayedChild(int index)method to change the visible LinearLayout.