com.main.campustream
Class NewsList.NewsAdapter

java.lang.Object
  extended by 
      extended by com.main.campustream.NewsList.NewsAdapter
Enclosing class:
NewsList

public class NewsList.NewsAdapter
extends

Author:
Bryan Crabtree

Constructor Summary
NewsList.NewsAdapter(Context context, int textViewResourceId, java.util.ArrayList<NewsItem> items)
           
 
Method Summary
 View getView(int position, View convertView, ViewGroup parent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsList.NewsAdapter

public NewsList.NewsAdapter(Context context,
                            int textViewResourceId,
                            java.util.ArrayList<NewsItem> items)
Method Detail

getView

public View getView(int position,
                    View convertView,
                    ViewGroup parent)