AlexKar wrote: > why doesn't Android have MessageBox function such as in Windows Mobile.
It's called AlertDialog.Builder. Rather than a MessageBox function with a zillion possible parameters, they went with a builder pattern. That particularly makes sense with Java, since Java lacks a compact means of implementing methods with default parameter values. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

