Hi, I have an activity HomeActivity that inherits from BaseActivity class which has the code for showing a Dialog using DialogFragment class. In HomeActivity, I have a couple of list items. When an item is clicked, it should show another dialog, not the one which is in the BaseActivity. Is there a way to do this using DialogFragment?
Thanks, Y -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

