Saturday, January 9, 2010

Android Widget

The android widget package contains user interface elements to use on your application screen.

We can design our own widget by extend view or a subclass.

The classes under android widget package are:-

  • AbsListView
  • AbsListView.LayoutParams
  • AbsoluteLayout
  • AbsoluteLayout.LayoutParams
  • AbsSeekBar
  • AbsSpinner
  • AdapterView
  • AdapterView.AdapterContextMenuInfo
  • AlphabetIndexer
  • AnalogClock
  • ArrayAdapter
  • AutoCompleteTextView
  • BaseAdapter
  • BaseExpandableListAdapter
  • Button
  • CheckBox
  • CheckedTextView
  • Chronometer
  • CompoundButton
  • CursorAdapter
  • CursorTreeAdapter
  • DatePicker
  • DialerFilter
  • DigitalClock
  • EditText
  • ExpandableListView
  • ExpandableListView.ExpandableListContextMenuInfo
  • Filter
  • Filter.FilterResults
  • FrameLayout
  • FrameLayout.LayoutParams
  • Gallery
  • Gallery.LayoutParams
  • GridView
  • HeaderViewListAdapter
  • HorizontalScrollView
  • ImageButton
  • ImageSwitcher
  • ImageView
  • LinearLayout
  • LinearLayout.LayoutParams
  • ListView
  • ListView.FixedViewInfo
  • MediaController
  • MultiAutoCompleteTextView
  • MultiAutoCompleteTextView.CommaTokenizer
  • PopupWindow
  • ProgressBar
  • QuickContactBadge
  • RadioButton
  • RadioGroup
  • RadioGroup.LayoutParams
  • RatingBar
  • RelativeLayout
  • RelativeLayout.LayoutParams
  • RemoteViews
  • ResourceCursorAdapter
  • ResourceCursorTreeAdapter
  • Scroller
  • ScrollView
  • SeekBar
  • SimpleAdapter
  • SimpleCursorAdapter
  • SimpleCursorTreeAdapter
  • SimpleExpandableListAdapter
  • SlidingDrawer
  • Spinner
  • TabHost
  • TabHost.TabSpec
  • TableLayout
  • TableLayout.LayoutParams
  • TableRow
  • TableRow.LayoutParams
  • TabWidget
  • TextSwitcher
  • TextView
  • TextView.SavedState
  • TimePicker
  • Toast
  • ToggleButton
  • TwoLineListItem
  • VideoView
  • ViewAnimator
  • ViewFlipper
  • ViewSwitcher
  • ZoomButton
  • ZoomButtonsController
  • ZoomControls

[Via http://androidpeople.wordpress.com]

No comments:

Post a Comment