com.uoc.hive.campus
Class mailAdapter

java.lang.Object
  extended by BaseAdapter
      extended by com.uoc.hive.campus.mailAdapter

public class mailAdapter
extends BaseAdapter


Constructor Summary
mailAdapter(Activity a, MessageList m)
           
 
Method Summary
 int getCount()
           
 java.lang.Object getItem(int position)
           
 long getItemId(int position)
           
 View getView(int position, View convertView, ViewGroup parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mailAdapter

public mailAdapter(Activity a,
                   MessageList m)
Method Detail

getCount

public int getCount()

getItem

public java.lang.Object getItem(int position)

getItemId

public long getItemId(int position)

getView

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