public static Recomendation fuelNo() { return new Recomendation(R.drawable.fuel_no, AireNL.getContext().getString(R.string.fuel_no)); }
public static Recomendation window() { return new Recomendation(R.drawable.window, AireNL.getContext().getString(R.string.window)); }
public static Recomendation heartLimit() { return new Recomendation( R.drawable.heart_limit, AireNL.getContext().getString(R.string.heart_limit)); }
public static Recomendation smokingNo() { return new Recomendation( R.drawable.smoking_no, AireNL.getContext().getString(R.string.smoking_no)); }
public static Recomendation smokingLimit() { return new Recomendation( R.drawable.smoking_limit, AireNL.getContext().getString(R.string.smoking_limit)); }
public static Recomendation sensible() { return new Recomendation(R.drawable.sensible, AireNL.getContext().getString(R.string.sensible)); }
public static Recomendation exerciseNo() { return new Recomendation( R.drawable.exercise_no, AireNL.getContext().getString(R.string.exercise_no)); }
public static Recomendation outdoorsNo() { return new Recomendation( R.drawable.outdoors_no, AireNL.getContext().getString(R.string.outdoors_no)); }