Skip to content Skip to sidebar Skip to footer

Show Simpledialogfragment Message Alert In A Fragment

I have a Main activity that extends from FragmentActivity, like this: public class Main extends FragmentActivity{ public static FragmentManager fragmentManager; public static Custo

Solution 1:

You forgot to call method setTargetFragment() in your builder.

Solution 2:

You should implement an OnClickListener

Post a Comment for "Show Simpledialogfragment Message Alert In A Fragment"