here is an example for an alert dialog.
may be it will help.

new AlertDialog.Builder(this)
                .setTitle("Hello")
                .setMessage("How are you?")
                .setPositiveButton("Good", dlgClick)
                .setNegativeButton("Bad", dlgClick)
                .show();



2009/3/27 eric <[email protected]>

>
> Can anyone help me with a pop up i cant seem to get it right a simple
> code or advice of any will help
>
> Thank you!!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to