How to get access to getSupportFragmentManager or SupportFragmentManager in fragment
问题 The name 'getSupportFragmentManager' does not exist in the current context My Code: using Android.Views; using Android.OS; using Android.Support.V4.App; using com.refractored; using Android.Support.V4.View; namespace XamarinStore { public class HomeFragment : Android.App.Fragment { BadgeDrawable basketBadge; int badgeCount; public override void OnCreate(Bundle savedInstanceState) { base.OnCreate(savedInstanceState); RetainInstance = true; SetHasOptionsMenu(true); // Create your fragment here