What UI controls are available in Android?

satya - 2/18/2014 10:04:52 AM

You can find this list in the android.widget package which is here

You can find this list in the android.widget package which is here

satya - 2/18/2014 10:11:53 AM

Some examples are


TextView
EditText
DatePicker
TimePicker
ListView
AnalogClock
Button
CalendarView
Checkbox
ChronoMeter, for timers
DigitalClock
GridView
ScrollViews
ImageView
ImageSwitcher
MediaController
NumberPicker
PopupMenu
RadioButtons
SearchView and widgets
Spinner
Toast
VideoView

satya - 2/18/2014 10:13:54 AM

The included layouts are


LinearLayout
RelativeLayout
GridLayout
FrameLayout
HorizontalScrollView
ScrollView
TableLayout