PaulV wrote:
> Hi everyone,
> 
> I have been trying to display a simple message in the new Android 1.5,
> but now I discovered that showAlert does not work anymore. I have been
> investigating and following some examples but I have not been able to
> make them to work.
> 
> Can somebody provide an example of how to display a simple alert?

http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.html

Use AlertDialog.Builder with setTitle() and/or setMessage().

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Looking for Android opportunties? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to