I am trying to create an Activity which can be used like a dialog. My Activity has a dialog theme, so it has the dialog feel. In my layout I have added a TextView, to display a message, and three buttons (Positive, Negative, Neutral). The text message which is to be displayed is passed as an extra in the Intent. So are the Button names. I am hiding the button for which an empty string has been passed in the intent-extras. This almost implements the behaviour of dialog, except that I have no idea how to implement the button click listeners.
Any ideas? Thanks in advance. Regards, Aki -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en