November 29th, 2010, 12:17 PM
|
#1 (permalink)
|
|
Junior Member
Thread Author (OP)
Join Date: May 2010
Posts: 21
Device(s):
Carrier: Not Provided
Thanks: 1
Thanked 0 Times in 0 Posts
|
Android screens
Hi,
How do you open a new screen in Android after a certain time? So say for example you open the app, and after like 10 seconds, another screen (activity) opens automatically. I can do this using Buttons, but I don't want to use a Button. I want the screen to open by itself after a certain given time. Please help!
So pretty much:
1. You open the app.
2. I have a screen that has some text, which I made a layout and all for.
3. Instead of clicking on a button to switch between activities, I want the first activity (screen) to automatically switch to my second activity, after say like 5 seconds. Switching between activities if very easy with buttons, but I want to do it without buttons.
Thanks!!
|
|
|