my requirement was to invoke a alert dialog with a string text that
gets modified dynamically when the user hits a button every time

for example:

string str="you have clicked "+ count + "times";

where count is an integer variable that gets incremented every time
the user hits a button.

and when i assign this string to the text of an alert-dialog ,i get
the alert-dialog at runtime  but with an empty text value...ie. a
naked alert-dialog with just OK cancel button.

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to