Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
Widgets are an essential aspect of home screen customization. You can imagine them as "at-a-glance" views of an app's most important data and functionality that is accessible right from the user's home screen. Users can move widgets across their home screen panels, and, if supported, resize them to tailor the amount of information within a widget to their preference.
Common elements are :
- AbsoluteLayout
- AnalogClock
- AutoCompleteTextView
- Button
- CalendarView
- CheckBox
- CheckedTextView
- Chronometer
- CompoundButton
- DatePicker
- DigitalClock
- EditText
- ExpandableListView
- FrameLayout
- Gallery
- GridView
- HorizontalScrollView
- ImageButton
- ImageSwitcher
- ImageView
- LinearLayout
- ListView
- MediaController
- NumberPicker
- ProgressBar
- QuickContactBadge
- RadioButton
- RadioGroup
- RatingBar
- RelativeLayout
- ScrollView
- SearchView
- SeekBar
- SlidingDrawer
- Spinner
- StackView
- TabHost
- TableLayout
- TableRow
- TabWidget
- TextSwitcher
- TextView
- TimePicker
- Toast
- ToggleButton
- VideoView
- ViewAnimator
- ViewFlipper
- ViewSwitcher
- ZoomButton
- ZoomControls