Class WeatherDetailsListAdapter
BaseAdapter
de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherDetailsListAdapter
public class WeatherDetailsListAdapter extends BaseAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionWeatherDetailsListAdapter(Context context, ArrayList<WeatherDetailsActivity.DetailsElement> detailsElements) -
Method Summary
-
Constructor Details
-
WeatherDetailsListAdapter
public WeatherDetailsListAdapter(Context context, ArrayList<WeatherDetailsActivity.DetailsElement> detailsElements)
-
-
Method Details
-
getCount
public int getCount() -
getItem
-
getItemId
public long getItemId(int i) -
getView
public View getView(int position, View view, ViewGroup viewGroup)
-