Class TextForecastAdapter


  • public class TextForecastAdapter
    extends BaseAdapter
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextForecastAdapter

        public TextForecastAdapter​(Context context,
                                   java.util.ArrayList<TextForecast> textForecasts)
    • Method Detail

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