Many users who start to develop Android applications may be frustrated by the fact that they don't find the control they are looking for. Its even worse, for some mysterious reason there are no "Controls" at all. Instead there are "Views".
This page shows screenshots of all the available views and dialogs:
Views
Button:
Checkbox:
EditText (TextBox):
Can also be multiline.
ImageView:
Label:
ListView (ListBox):
Panel:
Can hold other views (and load layout files).
ProgressBar:
RadioButton:
ScrollView:
SeekBar (TrackBar):
Spinner (ComboBox):
TabHost (TabControl):
ToggleButton:
WebView:
Dialogs
Basic4android dialogs are blocking modal dialogs. Which means that the code execution stops while the dialog is shown.
Some of the dialogs are shown by calling a keyword (like Msgbox). Other dialogs are included in Andrew's excellent dialogs library.
Internal dialogs
InputList:
InputMultiList:
Msgbox (or Msgbox2):
Dialogs library
ColorDialog:
ColorPickerDialog:
DateDialog:
InputDialog:
NumberDialog:
TimeDialog:
FileDialog:
This page shows screenshots of all the available views and dialogs:
Views
Button:
Checkbox:
EditText (TextBox):
Can also be multiline.
ImageView:
Label:
ListView (ListBox):
Panel:
Can hold other views (and load layout files).
ProgressBar:
RadioButton:
ScrollView:
SeekBar (TrackBar):
Spinner (ComboBox):
TabHost (TabControl):
ToggleButton:
WebView:
Dialogs
Basic4android dialogs are blocking modal dialogs. Which means that the code execution stops while the dialog is shown.
Some of the dialogs are shown by calling a keyword (like Msgbox). Other dialogs are included in Andrew's excellent dialogs library.
Internal dialogs
InputList:
InputMultiList:
Msgbox (or Msgbox2):
Dialogs library
ColorDialog:
ColorPickerDialog:
DateDialog:
InputDialog:
NumberDialog:
TimeDialog:
FileDialog: