All Classes and Interfaces

Class
Description
Created by eltos on 04.12.2016.
 
An extension of AdvancedAdapter that provides a section indexer Created by eltos on 02.02.2017.
An checkbox form element to be used with SimpleFormDialog This is a CheckBox - what else?
An edit text with a clear button
 
 
A color element to be used with SimpleFormDialog One can pick a color here This will add a ColorInt to resource bundle containing the color.
 
 
A widget to pick a hsv based color Created by eltos on 03.02.2017.
 
A dialog that displays a list of items.
 
 
The base class for all custom dialogs.
A color element to be used with SimpleFormDialog One can pick a date, time or both here This will add a long to resource bundle containing the timestamp.
 
Base-class for form elements to be used with SimpleFormDialog Each form element holds a FormElement.resultKey that is used to receive element specific results in SimpleFormDialog.onResult(int) Created by eltos on 20.02.17.
The Base class for all ViewHolders This class is used to create the View that represents the corresponding FormElement and to maintain it's functionality Created by eltos on 23.02.17.
Fullscreen dialog class mimicing the AlertDialog interface for compatibility reasons
A hint element to be used with SimpleFormDialog This is simple hint text Created by philipp on 06.07.2018
An input form element to be used with SimpleFormDialog This is an EditText that can be used to enter text, email-addresses, numbers, passwords etc.
An simple dialog with a checkbox that can be set as required before proceeding Created by eltos on 14.10.2015.
A dialog that let's the user select a color Result: COLOR int Selected color (rgb) Created by eltos on 17.04.2016.
A dialog with a color wheel to pick a custom color.
A date-picker dialog Created by eltos on 02.02.2017.
An easy to use and extendable dialog fragment that displays a text message.
 
An extension for the input dialog that will ensure the input is a valid email address Results: EMAIL String The entered email-address Created by expos on 02.01.2017.
A form dialog to display a number of input fields to the user, such as - Input fields (Input) - Check-boxes (Check) - Dropdown-menus (Spinner) Created by eltos on 20.02.17.
 
A dialog that displays an image Created by eltos on 13.02.17.
 
 
 
 
An simple dialog with an input field.
 
A dialog that displays a filterable list in single- or multi-choice mode.
Created by eltos on 02.01.2017.
An simple dialog with an pin field.
A dialog that displays a progress Created by eltos on 27.05.21.
Enum for various progress bar types.
An AsyncTask for use with SimpleProgressDialog Automatically reflects the task's states in the dialog.
A time-picker dialog Created by eltos on 02.02.2017.
Deprecated.
A special sub-class of MaterialAutoCompleteTextView designed for use as a child of TextInputLayout.