Back to Androidx

Terms

docs/api_guidelines/compose_api_guidelines/terms.md

latest1011 B
Original Source

Vocabulary {#vocabulary}

Composable.@Composable componentcomponent
Any @Composable@Composable functionShort for @Composable
: function : that returns Unit and : component :
: : emits ui : :
Framework AuthorDeveloperUser
Library author that createsDeveloper using componentsUser of a app
: components or other : from a library to build apps : :
: composable APIs for use by : for users. : :
: developers : : :

Framework advice primarily targets authors of androidx.core libraries, but is intended to be generally applicable to other library authors.