I am using MonoDevelop for Android and have a question. Currently, I am displaying a toast message and then wish to display a messagebox x amount of seconds later. I have tried this code:
System.Threading.Thread.Sleep(5000) However, the messagebox is displayed straight after the toast statement with no wait. Can I please have some help to let the toast be displayed and then the application wait x amount of seconds and then display the messagebox? Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Wait-x-seconds-tp5712503.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
