guruk wrote: > Hi Mark just to get a profi tip > > I like to show a intro page and when the intro pic is shown > it should call the main activity > > 80% it works, but sometimes it just show my centered pic on > the LEFT Side and jump to the mainactivity > HOW, can i be sure the Intropic is shown correctly and just > than call the mainactivity?
Don't use more than one activity. Put them all in one FrameLayout and toggle their visibility. Or use ViewFlipper if you want a transition animation. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

