Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions src/data/glossary.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- term: "Adaptive"
short_description: |-
A design concept where the UI adapts to be usable in the available space,
often changing layout or input methods based on device capabilities.
long_description: |-
Adaptive design is about the UI being _usable_ in the space,
as opposed to responsive design which is about fitting the UI _into_
the space.
An adaptive app selects the appropriate layout
(such as having a bottom nav instead of a side panel)
and input devices (for example, mouse versus touch)
to feel natural on the current device.
related_links:
- text: "Adaptive vs responsive design"
link: "/ui/adaptive-responsive#what-is-responsive-vs-adaptive"
type: "doc"
- text: "Building adaptive apps"
link: "/ui/adaptive-responsive"
type: "doc"
labels:
- "ui"
- "design"

- term: "Embedder"
short_description: |-
The platform-specific component that supports Flutter
Expand Down
Loading