Class WeatherWarningAdapter
- java.lang.Object
-
- BaseAdapter
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherWarningAdapter
-
public class WeatherWarningAdapter extends BaseAdapter
-
-
Constructor Summary
Constructors Constructor Description WeatherWarningAdapter(Context context, java.util.ArrayList<WeatherWarning> weatherWarnings, java.util.concurrent.Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
java.lang.Object
getItem(int i)
long
getItemId(int i)
View
getView(int i, View view, ViewGroup viewGroup)
void
setLocalWarnings(java.util.ArrayList<WeatherWarning> localWarnings)
-
-
-
Constructor Detail
-
WeatherWarningAdapter
public WeatherWarningAdapter(Context context, java.util.ArrayList<WeatherWarning> weatherWarnings, java.util.concurrent.Executor executor)
-
-
Method Detail
-
setLocalWarnings
public void setLocalWarnings(java.util.ArrayList<WeatherWarning> localWarnings)
-
getCount
public int getCount()
-
getItem
public java.lang.Object getItem(int i)
-
getItemId
public long getItemId(int i)
-
getView
public View getView(int i, View view, ViewGroup viewGroup)
-
-