[android-developers] Sleep
Hey people, i have simple problem but it gives me a headache :( I
whant to have a Welcome screen for 3 seconds and than that screen to
redirect to screen number 2.But my Code do not work :
try {
Thread.sleep(3000);
}
catch (InterruptedException e) {
e.printStackTrace();
}
final Context context = this;
Intent intent = new Intent(context, first.class);
startActivity(intent);
First.class is my other screen2.It unfortunatly automatic show screen
number 2.Do not wait these 3 seconds.Can you send me some your
exsample,code,links with solution to this problem...Thans for sharing
people :)
P.S."On the road of life... Sometimes you're the bug; sometimes you're
the windshield."
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home