View
public
class
View
extends Object
implements
AccessibilityEventSource,
Drawable.Callback,
KeyEvent.Callback
Known direct subclasses
AnalogClock, ImageView, KeyboardView, MediaRouteButton, ProgressBar, Space, SurfaceView, TextView, TextureView, ViewGroup, ViewStub
AnalogClock |
This class was deprecated
in API level 23.
This widget is no longer supported; except for
RemoteViews use cases like
app widgets.
|
ImageView |
Displays image resources, for example Bitmap
or Drawable resources.
|
KeyboardView |
This class was deprecated
in API level 29.
This class is deprecated because this is just a convenient UI widget class that
application developers can re-implement on top of existing public APIs. If you have
already depended on this class, consider copying the implementation from AOSP into
your project or re-implementing a similar widget by yourselves
|
MediaRouteButton |
|
ProgressBar |
A user interface element that indicates the progress of an operation.
|
Space |
Space is a lightweight View subclass that may be used to create gaps between components
in general purpose layouts.
|
SurfaceView |
Provides a dedicated drawing surface embedded inside of a view hierarchy.
|
TextView |
A user interface element that displays text to the user.
|
TextureView |
A TextureView can be used to display a content stream, such as that
coming from a camera preview, a video, or an OpenGL scene.
|
ViewGroup |
A ViewGroup is a special view that can contain other views
(called children.) The view group is the base class for layouts and views
containers.
|
ViewStub |
A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
layout resources at runtime.
|
|
Known indirect subclasses
AbsListView, AbsSeekBar, AbsSpinner, AbsoluteLayout, ActionMenuView, AdapterView<T extends Adapter>, AdapterViewAnimator, AdapterViewFlipper, AppWidgetHostView, AutoCompleteTextView, Button, CalendarView, CheckBox, CheckedTextView, Chronometer, and 56 others.
|