daily49er.android.app
Class CustomAdapter

java.lang.Object
  extended by 
      extended by daily49er.android.app.CustomAdapter

public class CustomAdapter
extends


Constructor Summary
CustomAdapter(Context context, int textViewResourceId, java.util.List<Message> titles)
           
 
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

CustomAdapter

public CustomAdapter(Context context,
                     int textViewResourceId,
                     java.util.List<Message> titles)
Method Detail

getView

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