You can use View.postDelayed(action, delayMillis) to execute something after a delay. If you don't have a View, use the Handler class instead. See their various postXxx() methods.
R/ On Mon, Dec 22, 2008 at 10:08 AM, nithin warier <[email protected]> wrote: > > I want to display a screen for 2 or 3 seconds only, > for this what should i do.. which function to use... > please help.. > Nithin > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

