[android-developers] calling activity from alertdialogbox

2011-07-27 Thread rambabu mareedu
Hi to all...can one tell me .how to call a activity from alert dialog box -- 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

Re: [android-developers] calling activity from alertdialogbox

2011-07-27 Thread TreKing
On Wed, Jul 27, 2011 at 6:42 AM, rambabu mareedu rambabu.mare...@gmail.comwrote: how to call a activity from alert dialog box You may need to elaborate ... it's the same way you call it from anywhere else.

Re: [android-developers] calling activity from alertdialogbox

2011-07-27 Thread rambabu mareedu
thankQ..so i can use intent in the alertdialog box..,am i right On Wed, Jul 27, 2011 at 7:18 AM, TreKing treking...@gmail.com wrote: On Wed, Jul 27, 2011 at 6:42 AM, rambabu mareedu rambabu.mare...@gmail.com wrote: how to call a activity from alert dialog box You may need to

Re: [android-developers] calling activity from alertdialogbox

2011-07-27 Thread TreKing
On Wed, Jul 27, 2011 at 9:20 AM, rambabu mareedu rambabu.mare...@gmail.comwrote: so i can use intent in the alertdialog box..,am i right Try it, see what happens. - TreKing