public class CommentListAdapter extends android.widget.ArrayAdapter<CommentListModel>
| Constructor and Description |
|---|
CommentListAdapter(android.content.Context context,
int resource,
java.util.List<CommentListModel> objects) |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
add, addAll, addAll, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sortpublic CommentListAdapter(android.content.Context context,
int resource,
java.util.List<CommentListModel> objects)
public android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
getView in interface android.widget.AdaptergetView in class android.widget.ArrayAdapter<CommentListModel>