Class WeatherWarningAdapter

BaseAdapter
de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherWarningAdapter

public class WeatherWarningAdapter extends BaseAdapter
  • Constructor Details

  • Method Details

    • setLocalWarnings

      public void setLocalWarnings(ArrayList<WeatherWarning> localWarnings)
    • formatTime

      public static String formatTime(long time)
    • getCount

      public int getCount()
    • getItem

      public Object getItem(int i)
    • getItemId

      public long getItemId(int i)
    • getView

      public View getView(int i, View view, ViewGroup viewGroup)
    • setWarningViewElements

      public static View setWarningViewElements(Context context, LayoutInflater layoutInflater, View view, ViewGroup viewGroup, WeatherWarning warning, boolean highlight, Handler mainHandler, Executor executor)