public override void OnActivityCreated (Bundle savedInstanceState) { base.OnActivityCreated (savedInstanceState); this.favManager = FavoriteManager.Obtain (Activity); ListAdapter = this.adapter = new FavoriteAdapter (Activity); if (refreshRequested) { refreshRequested = false; RefreshData (); } }
public override void OnActivityCreated(Bundle savedInstanceState) { base.OnActivityCreated(savedInstanceState); this.favManager = FavoriteManager.Obtain(Activity); ListAdapter = this.adapter = new FavoriteAdapter(Activity); if (refreshRequested) { refreshRequested = false; RefreshData(); } }
public FavoriteFragment(Context context, Action <long> stationShower) { this.stationShower = stationShower; this.favManager = FavoriteManager.Obtain(context); ListAdapter = this.adapter = new FavoriteAdapter(context); }
public FavoriteFragment (Context context, Action<long> stationShower) { this.stationShower = stationShower; this.favManager = FavoriteManager.Obtain (context); ListAdapter = this.adapter = new FavoriteAdapter (context); }