Exemple #1
0
 /// <summary>
 /// cTor.
 /// </summary>
 /// <param name="context">The activity that owns the ListView.</param>
 /// <param name="flavorList">The list of flavors to be represented.</param>
 public JuzeListAdapter(JuzeListFragment <T> context) : base()
 {
     this.context = context;
     InitElements();
 }
 public RecipeItemListAdapter(JuzeListFragment <RecipeItem> context) : base(context)
 {
     CreateText = context.Resources.GetString(Resource.String.AddFlavor);
 }