I am creating an android application. I have a logo screen(Activity) and then my home screen(another activity). I want that when I start my application
logo screen(Activity)
home screen(another activity)
You can use TimerTask.On TimerTask schedule a task after 2 minutes.And perform the task below
To use Timer Task see the link TimerTask
LogoScreen.this.startActivity(new Intent(LogoScreen.this,HomeScreen.class));