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