DialogFragment not showing after adding Alert Window DialogFragment not showing after adding Alert Window android android

DialogFragment not showing after adding Alert Window


FragmentManager fmg1=this.getChildFragmentManager();//orFragmentManager fmg1=this.getFragmentManager();dialog.show(fmg1 , "MyDialog");

Please try this it may Usefull


specify the view group ing inflate and set attach to root to true

http://developer.android.com/reference/android/view/LayoutInflater.html#inflate(int, android.view.ViewGroup, boolean)

addView(((LayoutInflater)activityContext.getSystemService("layout_inflater")).inflate(R.layout.floatingBotton, null));