-
AndroidView
Composes an Android View obtained from factory.
-
Dialog
Opens a dialog with the given content.
-
Group
Defines a group of Paths and other Groups inside a VectorPainter.
-
InterceptPlatformTextInput
Intercept all calls to [PlatformTextInputSession.
-
Layout
Layout is the main core component for layout.
-
LookaheadScope
LookaheadScope creates a scope in which all layouts will first determine their destination layout through a lookahead pass, followed by an _approach_ pass to run the measurement a…
- MultiMeasureLayout
-
Path
Defines a path inside a VectorPainter.
-
Popup
Opens a popup with the given content.
-
RenderVectorGroup
Recursively creates the vector graphic composition by traversing the tree structure.
-
SubcomposeLayout
Analogue of Layout which allows to subcompose the actual content during the measuring stage for example to use the values calculated during the measurement as params for the compo…
-
booleanResource
Load a boolean resource.
-
colorResource
Load a color resource.
-
derivedMediaQuery
Evaluates a boolean query against the current UiMediaScope, wrapped in a derivedStateOf.
-
dimensionResource
Load a dimension resource.
-
fontResource
Synchronously load an font from FontFamily.
-
imageResource
Load an ImageBitmap from an image resource.
-
integerArrayResource
Load an array of integer resource.
-
integerResource
Load an integer resource.
-
mediaQuery
Evaluates a boolean query against the current UiMediaScope.
-
painterResource
Create a Painter from an Android resource id.
-
pluralStringResource
Load a plurals resource.
-
rememberGraphicsLayer
Create a new GraphicsLayer instance that will automatically be released when the Composable is disposed.
-
rememberNestedScrollInteropConnection
Create and remember the NestedScrollConnection that enables Nested Scroll Interop between a View parent that implements [androidx.
-
rememberTextMeasurer
Creates and remembers a TextMeasurer.
-
rememberVectorPainter
Create a VectorPainter with the Vector defined by the provided sub-composition
-
stringArrayResource
Load a string resource.
-
stringResource
Load a string resource.
-
vectorResource
Load an ImageVector from a vector resource.
Compose UI
Jetpack Compose API reference for ui.