Class WeatherDetailsListAdapter
- java.lang.Object
-
- BaseAdapter
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherDetailsListAdapter
-
public class WeatherDetailsListAdapter extends BaseAdapter
-
-
Constructor Summary
Constructors Constructor Description WeatherDetailsListAdapter(Context context, java.util.ArrayList<WeatherDetailsActivity.DetailsElement> detailsElements)
-
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 position, View view, ViewGroup viewGroup)
-
-
-
Constructor Detail
-
WeatherDetailsListAdapter
public WeatherDetailsListAdapter(Context context, java.util.ArrayList<WeatherDetailsActivity.DetailsElement> detailsElements)
-
-