[android-developers] Re: M5's api equivalent of Activities showAlert() method in 1.0 r2

2008-12-19 Thread Raja Nagendra Kumar
Great and thank you.. this fixes the issue.. On Dec 18, 2:08 pm, Al Sutton a...@funkyandroid.com wrote: You're missing one call from your builder; http://code.google.com/android/reference/android/app/AlertDialog.Buil...) or

[android-developers] Re: M5's api equivalent of Activities showAlert() method in 1.0 r2

2008-12-18 Thread Al Sutton
You're missing one call from your builder; http://code.google.com/android/reference/android/app/AlertDialog.Builder.html#setPositiveButton(java.lang.CharSequence,%20android.content.DialogInterface.OnClickListener) or