public class CommentListAdapter extends PagingBaseAdapter<CommentListModel>
items| Constructor and Description |
|---|
CommentListAdapter(android.content.Context context,
int resource,
java.util.List<CommentListModel> objects) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
java.lang.Object |
getItem(int position) |
long |
getItemId(int position) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
addMoreItems, addMoreItems, removeAllItemspublic CommentListAdapter(android.content.Context context,
int resource,
java.util.List<CommentListModel> objects)