You can use AlertDialog:
See sample code below:
http://code.google.com/android/samples/ApiDemos/src/com/android/samples/app/AlertDialogSamples.html

If you don't want dialogs with buttons you can use Toast.makeText() instead.
http://code.google.com/android/reference/android/widget/Toast.html

2008/9/11 KH <[EMAIL PROTECTED]>

>
> This method is availabale in M5 but has been dropped in Android 0.9 --
>
> showAlert(CharSequence,int,CharSequence,CharSequence,boolean)
>
> I like to know the new equivalent in Android 0.9
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to