Фильтровать по

Тип карты
Тип направляющей

Updated 16 апреля 2025 г.

A bottom sheet shows secondary content at the bottom of the screen.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

Dialogs display pop-up messages or request user input on a layer above the main app content.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

A progress indicator shows the status of an operation.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

You can create a more interactive and engaging user experience in your app by loading a drawable file to display animated images. Animated images are useful for creating loading indicators, success or error indicators, facilitating game development, and various other UI functions.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

Scrollable lists can help manage datasets, create responsive designs, and facilitate navigation. To display a finite set of items in your app, you can create a scrollable list using the `verticalScroll` or `horizontalScroll` modifiers.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

Use the Paging library to support large lists of items—including an infinite list—in your app by loading and displaying data incrementally. With lazy loading, you can reduce initial load times and optimize memory usage, enhancing performance.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

Create a paging list so that users can scroll to access content too large to fit on a single screen. Horizontal paging lists can help users navigate through content such as images, slideshows, or product carousels. Vertical paging lists are useful for content-heavy apps where users may need to scroll through a large number of items, such as articles.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

You can draw shadows around the clipped area of the image so that you can display an image in the shape of a clip.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

Create a top app bar to help users navigate and access functions in your app, using the TopAppBar composable.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

A navigation drawer is a slide-in navigation menu.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

To display images in your app for content and for responses to user actions, load the images from the disk or from an external source on the internet.

  • HowTo

16 апреля 2025 г.

Updated 16 апреля 2025 г.

You can blend or overlay source images to display layered images on a canvas. For example, you can replicate how the Android Framework generates app icons by combining separate background and foreground drawables.

  • HowTo

16 апреля 2025 г.

Есть вопросы или отзывы

Перейдите на нашу страницу часто задаваемых вопросов и узнайте о кратких руководствах или свяжитесь с нами и сообщите нам свои мысли.