com.main.campustream
Class NewsPage.CommentAdapter

java.lang.Object
  extended by 
      extended by com.main.campustream.NewsPage.CommentAdapter
Enclosing class:
NewsPage

public class NewsPage.CommentAdapter
extends

Author:
Bryan Crabtree

Constructor Summary
NewsPage.CommentAdapter(Context context, int textViewResourceId, java.util.ArrayList<Comment> 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

NewsPage.CommentAdapter

public NewsPage.CommentAdapter(Context context,
                               int textViewResourceId,
                               java.util.ArrayList<Comment> items)
Method Detail

getView

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