Class TextForecastAdapter

BaseAdapter
de.kaffeemitkoffein.tinyweatherforecastgermany.TextForecastAdapter

public class TextForecastAdapter extends BaseAdapter
  • Constructor Details

    • TextForecastAdapter

      public TextForecastAdapter(Context context, ArrayList<TextForecast> textForecasts)
  • Method Details

    • 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)