Check out the Dialog Class. http://code.google.com/android/reference/android/app/Dialog.html
On Mon, Dec 29, 2008 at 11:31 PM, java.webline <[email protected]>wrote: > > Hi all, > > I am very new to the android platform. > > I have created an activity that makes a call on the number entered by > user. > > Now i want to validate the user input. > > There was supposed to be a alert box method as below > > showAlert(CharSequence title, CharSequence message, CharSequence > buttonText, boolean cancelable); > > But there is no more sign of this method. So i couldn't get the way to > display a simple alert message. > > Any help is appreciated > > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

