1

Alertdialog in dialog fragment

view story
linux-howto

http://stackoverflow.com – I have a sherlock fragment class which calls dialogfragment class for displaying fragment dialog based on text view onclicklistener. I have used the call back dialogfragment_obj.show(fragmentmanager,tag) in the fragment class. Now the problem is want to display alert dialog .if i call show() method, both normal dialog and alert dialog are displayed. how to call dialog fragment for alertdialog.... (HowTos)