public class ChangeLogAdapter extends android.widget.ArrayAdapter<Item>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
htmlEntity |
static java.util.regex.Pattern |
htmlPattern |
static java.lang.String |
tagEnd |
static java.lang.String |
tagSelfClosing |
static java.lang.String |
tagStart |
| Constructor and Description |
|---|
ChangeLogAdapter(android.content.Context context,
java.util.List<Item> items) |
| 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, getDropDownViewTheme, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setDropDownViewTheme, setNotifyOnChange, sortareAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserverpublic static final java.lang.String tagStart
public static final java.lang.String tagEnd
public static final java.lang.String tagSelfClosing
public static final java.lang.String htmlEntity
public static final java.util.regex.Pattern htmlPattern
public ChangeLogAdapter(android.content.Context context,
java.util.List<Item> items)
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<Item>