I have situation where I want to change layout of activity after 3 seconds. Ho can I do that? For example application starts with splashscreen that will run for 3 seconds th
Just use the ViewSwitcher,using this one can switch between any number of layouts within the application without having to do any setContentView.