Skip to content

Latest commit

 

History

History
220 lines (218 loc) · 10.3 KB

PREVIEW_SHOWCASE.md

File metadata and controls

220 lines (218 loc) · 10.3 KB

AdaptUI showcase

Name Screenshot

[Showcase] AdaptUI basic

Shows basic concepts and usage — VStack, HStack, ZStack
AdaptUIShowcaseBasic1

[Showcase] AdaptUI basic2

Shows basic concepts and usage — VScroll, HScroll
AdaptUIShowcaseBasic2

[Showcase] AdaptUI control flow

For loop, forEach, if-else, while
AdaptUIShowcaseControlFlow

[Showcase] AdaptUI reference elements

Access to created elements as regular objects
AdaptUIShowcaseReference

[Showcase] AdaptUI Text element

TextView and siblings — EditText, Button, etc
AdaptUIShowcaseText1

[Showcase] AdaptUI Text element #2

TextView and siblings — EditText, Button, etc
AdaptUIShowcaseText2

[Showcase] AdaptUI, element style

Combine common styles to be reused
AdaptUIShowcaseStyle

[Showcase] AdaptUI, Shape #1

RectangleShape, CircleShape, TextShape, CornersShape, RoundedRectangleShape
AdaptUIShowcaseShape1

[Showcase] AdaptUI, Shape #2

RectangleShape, ArcShape, OvalShape, Capsule, Line
AdaptUIShowcaseShape2

[Showcase] ShapeDrawable usage

stateful hotspot
AdaptUIShowcaseShapeDrawable

[Showcase] AdaptUI, Shape #3

AssetShape
AdaptUIShowcaseShape3

[Showcase] Circle Avatar


AdaptUIShowcaseCircleAvatar

[Showcase] AdaptUI shape composition


AdaptUIShowcaseShapeComposition

[Showcase] AdaptUI, Shape #4

LabelShape
AdaptUIShowcaseShape4

[Showcase] AdaptUI, Shape #5

TextShape, only Android.O+
AdaptUIShowcaseShape5

[Showcase] AdaptUI, Pager element

Pager, ViewPager
AdaptUIShowcasePager

[Showcase] AdaptUI, Image

Image, ImageView
AdaptUIShowcaseImage

[Showcase] AdaptUI, Item

Different usage of Item (including its siblings) in different contexts: directly in UI layout, in a ViewGroup, RecyclerView or ListView (via AlertDialog)
AdaptUIShowcaseItem

[Showcase] AdaptUI, Reference views and elements

Assign views and elements with `.reference` utility extension
AdaptUIShowcaseReference2

[Showcase] Layout preview

Control how elements are rendering in layout preview window
AdaptUIShowcasePreview

[Showcase] AdaptUI Web element

Usage of a WebView
AdaptUIShowcaseWeb