| Class | Description |
|---|---|
| AppUtil |
An utility class, which provides static methods, which allow to start system apps.
|
| ArrayUtil |
An utility class, which provides static methods, which allow to handle arrays.
|
| BitmapUtil |
An utility class, which provides static methods, which allow to create and edit bitmaps.
|
| ClassUtil |
An utility class, which provides static methods for handling instances of the class
Class. |
| Condition |
An utility class, which provides static methods, which allow to ensure, that variables and
objects fulfill certain conditions.
|
| DisplayUtil |
An utility class, which provides static methods, which are related to a device's display
metrics.
|
| ElevationUtil |
An utility class, which provides static methods, which allow to emulate elevations of views on
pre-Lollipop devices.
|
| FileUtil |
An utility class, which provides static methods, which allow to handle files.
|
| PermissionUtil |
An utility class, which provides static methods, which allow to handle runtime permissions.
|
| StreamUtil |
An utility class, which provides static methods, which allow to handle streams.
|
| ThemeUtil |
An utility class, which provides static methods for retrieving theme attributes.
|
| ThreadUtil |
An utility class, which provides static methods, which allow to handle threads.
|
| ViewUtil |
An utility class, which provides static methods for handling instances of the class
View. |
| Enum | Description |
|---|---|
| DisplayUtil.DeviceType |
Contains all possible types of devices, depending on their display size.
|
| DisplayUtil.Orientation |
Contains all possible orientations of devices.
|
| ElevationUtil.Orientation |
Contains all possible orientations of a shadow in relation to an elevated view.
|