com.main.campustream
Class CommentList.StatusAdapter

java.lang.Object
  extended by 
      extended by com.main.campustream.CommentList.StatusAdapter
Enclosing class:
CommentList

public class CommentList.StatusAdapter
extends

Author:
Bryan Crabtree

Constructor Summary
CommentList.StatusAdapter(Context context, int textViewResourceId, java.util.ArrayList<StatusComment> 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

CommentList.StatusAdapter

public CommentList.StatusAdapter(Context context,
                                 int textViewResourceId,
                                 java.util.ArrayList<StatusComment> items)
Method Detail

getView

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