1# UI Development 2 3- [ArkUI Overview](arkui-overview.md) 4- UI Development (ArkTS-based Declarative Development Paradigm) 5 - [UI Development (ArkTS-based Declarative Development Paradigm) Overview](arkts-ui-development-overview.md) 6 - Layout Development 7 - [Layout Overview](arkts-layout-development-overview.md) 8 - Building a Layout 9 - [Linear Layout (Row/Column)](arkts-layout-development-linear.md) 10 - [Stack Layout (Stack)](arkts-layout-development-stack-layout.md) 11 - [Flex Layout (Flex)](arkts-layout-development-flex-layout.md) 12 - [Relative Layout (RelativeContainer)](arkts-layout-development-relative-layout.md) 13 - [Responsive Grid Layout (GridRow/GridCol)](arkts-layout-development-grid-layout.md) 14 - [Media Query (mediaquery)](arkts-layout-development-media-query.md) 15 - [Creating a List (List)](arkts-layout-development-create-list.md) 16 - [Creating a Grid (Grid/GridItem)](arkts-layout-development-create-grid.md) 17 - [Creating a Swiper (Swiper)](arkts-layout-development-create-looping.md) 18 - [Improving Layout Performance](arkts-layout-development-performance-boost.md) 19 - Adding a Component 20 - Adding a Common Component 21 - [Button](arkts-common-components-button.md) 22 - [Radio Button (Radio)](arkts-common-components-radio-button.md) 23 - [Toggle](arkts-common-components-switch.md) 24 - [Progress Indicator (Progress)](arkts-common-components-progress-indicator.md) 25 - [Text Display (Text/Span)](arkts-common-components-text-display.md) 26 - [Text Input (TextInput/TextArea)](arkts-common-components-text-input.md) 27 - [Custom Dialog Box (CustomDialog)](arkts-common-components-custom-dialog.md) 28 - [Video Playback (Video](arkts-common-components-video-player.md) 29 - [XComponent](arkts-common-components-xcomponent.md) 30 - Adding a Popup and Menu 31 - [Popup](arkts-popup-and-menu-components-popup.md) 32 - [Menu](arkts-popup-and-menu-components-menu.md) 33 - Setting Page Routing and Component Navigation 34 - [Page Routing (router)](arkts-routing.md) 35 - Component Navigation 36 - [Navigation](arkts-navigation-navigation.md) 37 - [Tabs](arkts-navigation-tabs.md) 38 - Using Graphics 39 - [Displaying Images (Image)](arkts-graphics-display.md) 40 - [Drawing Geometric Shapes (Shape)](arkts-geometric-shape-drawing.md) 41 - [Drawing Custom Graphics on the Canvas (Canvas)](arkts-drawing-customization-on-canvas.md) 42 - Using Animation 43 - [Animation Overview](arkts-animation.md) 44 - Property Animation 45 - [Property Animation Overview](arkts-attribute-animation-overview.md) 46 - [Property Animation APIs](arkts-attribute-animation-apis.md) 47 - [Custom Property Animation](arkts-custom-attribute-animation.md) 48 - Transition Animation 49 - [Transition Animation Overview](arkts-transition-overview.md) 50 - [Enter/Exit Transition](arkts-enter-exit-transition.md) 51 - [Navigation Transition](arkts-navigation-transition.md) 52 - [Modal Transition](arkts-modal-transition.md) 53 - [Shared Element Transition](arkts-shared-element-transition.md) 54 - [Page Transition Animation (Not Recommended)](arkts-page-transition-animation.md) 55 - [Component Animation](arkts-component-animation.md) 56 - Animation Curve 57 - [Animation Curve Overview](arkts-curve-overview.md) 58 - [Traditional Curve](arkts-traditional-curve.md) 59 - [Spring Curve](arkts-spring-curve.md) 60 - [Animation Smoothing](arkts-animation-smoothing.md) 61 - Animation Effects 62 - [Blur Effect](arkts-blur-effect.md) 63 - [Shadow Effect](arkts-shadow-effect.md) 64 - [Color Effect](arkts-color-effect.md) 65 - Using Interaction Events 66 - [Interaction Event Overview](arkts-event-overview.md) 67 - Universal Events 68 - [Touchscreen Event](arkts-common-events-touch-screen-event.md) 69 - [Keyboard and Mouse Event](arkts-common-events-device-input-event.md) 70 - [Focus Event](arkts-common-events-focus-event.md) 71 - Gesture Events 72 - [Gesture Binding](arkts-gesture-events-binding.md) 73 - [Single Gesture](arkts-gesture-events-single-gesture.md) 74 - [Combined Gestures](arkts-gesture-events-combined-gestures.md) 75 - [Recommendations for Improving Performance](arkts-performance-improvement-recommendation.md) 76- UI Development (JavaScript-compatible Web-like Development Paradigm) 77 - [UI Development (JavaScript-compatible Web-like Development Paradigm) Overview](ui-js-overview.md) 78 - Framework Overview 79 - [File Organization](js-framework-file.md) 80 - ["js" Tag](js-framework-js-tag.md) 81 - [app.js](js-framework-js-file.md) 82 - Syntax 83 - [HML](js-framework-syntax-hml.md) 84 - [CSS](js-framework-syntax-css.md) 85 - [JavaScript](js-framework-syntax-js.md) 86 - [Lifecycle](js-framework-lifecycle.md) 87 - [Resource Limitations and Access](js-framework-resource-restriction.md) 88 - [Multi-Language Capability](js-framework-multiple-languages.md) 89 - Building the UI 90 - [Component Overview](ui-js-building-ui-component.md) 91 - Building the Layout 92 - [Layout Description](ui-js-building-ui-layout-intro.md) 93 - [Adding Title and Paragraph Text](ui-js-building-ui-layout-text.md) 94 - [Adding an Image](ui-js-building-ui-layout-image.md) 95 - [Adding a Comment](ui-js-building-ui-layout-comment.md) 96 - [Adding a Container](ui-js-building-ui-layout-external-container.md) 97 - [Adding Interactions](ui-js-building-ui-interactions.md) 98 - [Developing Animations](ui-js-building-ui-animation.md) 99 - [Defining Gesture Events](ui-js-building-ui-event.md) 100 - [Defining Page Routes](ui-js-building-ui-routes.md) 101 - Common Component Development Guidelines 102 - Container Component Development 103 - [List Development](ui-js-components-list.md) 104 - [Dialog Development](ui-js-components-dialog.md) 105 - [Form Development](ui-js-components-form.md) 106 - [Stepper Development](ui-js-components-stepper.md) 107 - [Tabs Development](ui-js-component-tabs.md) 108 - [Swiper Development](ui-js-components-swiper.md) 109 - Basic Component Development 110 - [Text Development](ui-js-components-text.md) 111 - [Input Development](ui-js-components-input.md) 112 - [Button Development](ui-js-components-button.md) 113 - [Picker Development](ui-js-components-picker.md) 114 - [Image Development](ui-js-components-images.md) 115 - [Image-animator Development](ui-js-components-image-animator.md) 116 - [Rating Development](ui-js-components-rating.md) 117 - [Slider Development](ui-js-components-slider.md) 118 - [Chart Development](ui-js-components-chart.md) 119 - [Switch Development](ui-js-components-switch.md) 120 - [Toolbar Development](ui-js-components-toolbar.md) 121 - [Menu Development](ui-js-components-menu.md) 122 - [Marquee Development](ui-js-components-marquee.md) 123 - [Qrcode Development](ui-js-components-qrcode.md) 124 - [Search Development](ui-js-components-search.md) 125 - Canvas Development 126 - [Canvas](ui-js-components-canvas.md) 127 - [CanvasRenderingContext2D](ui-js-components-canvasrenderingcontext2d.md) 128 - [Path2D](ui-js-components-path2d.md) 129 - [OffscreenCanvas](ui-js-components-offscreencanvas.md) 130 - [Grid Container Development](ui-js-components-grid.md) 131 - SVG Development 132 - [Basics](ui-js-components-svg-overview.md) 133 - [Graph Drawing](ui-js-components-svg-graphics.md) 134 - [Path Drawing](ui-js-components-svg-path.md) 135 - [Text Drawing](ui-js-components-svg-text.md) 136 - Animation Development Guidelines 137 - CSS Animation 138 - [Defining Attribute Style Animations](ui-js-animate-attribute-style.md) 139 - [Defining Animations with the transform Attribute](ui-js-animate-transform.md) 140 - [Defining Animations with the background-position Attribute](ui-js-animate-background-position-style.md) 141 - [Defining Animations for SVG Components](ui-js-animate-svg.md) 142 - JS Animation 143 - [Component Animation](ui-js-animate-component.md) 144 - Interpolator Animation 145 - [Animation Effect](ui-js-animate-dynamic-effects.md) 146 - [Animation Frame](ui-js-animate-frame.md) 147 - [Custom Components](ui-js-custom-components.md) 148