-
-
Notifications
You must be signed in to change notification settings - Fork 18
SimpleListDialog
Philipp Niedermayer edited this page Feb 11, 2017
·
15 revisions
extends CustomListDialog
A ListDialog that displays text items.
-
Items
.items(String[] labels)
.items(Context context, int[] labelsResourceIds)
.items(String[] labels, long[] ids)
Populate the list with the labels provided (either Strings or android resource ids). Optionally, an array of ids can be used to identify which labels were selected inonResult.
items(ArrayList<? extends SimpleListItem> items)
Use a custom set of objects extending SimpleListItem and overwrite it's getString() and (optionally) getId() method.
See CustomListDialog
Javadoc API
Screenshot gallery
Styling dialogs with themes
Fullscreen dialogs
SimpleDialog
CustomViewDialog
CustomListDialog
SimpleCheckDialog
SimpleColorDialog
SimpleColorWheelDialog
SimpleDateDialog
SimpleEMailDialog
SimpleFormDialog
SimpleImageDialog
SimpleInputDialog
SimpleListDialog
SimplePinDialog
SimpleProgressDialog
SimpleTimeDialog