About 236,000 results
Open links in new tab
  1. Shapes in Compose | Jetpack Compose | Android Developers

    Apr 16, 2025 · With Compose, you can create shapes that are made from polygons. For example, you can make the following kinds of shapes: Figure 1. Examples of different shapes you can make with graphics-shapes library. To create a custom rounded polygon in Compose, add the graphics-shapes dependency to your app/build.gradle:

  2. Custom design systems in Compose - Android Developers

    Apr 16, 2025 · Instead of extending Material Theming, you may want to replace one or more systems — Colors, Typography, or Shapes — with a custom implementation, while maintaining the others.

  3. Building Custom UI Components in Android with Kotlin: A Step …

    Dec 10, 2023 · There are various ways to create custom components in Android, I have described the three most common ones below: 1. Inherit an existing component: In this method, we customize an existing...

  4. Create Custom UI Components with Kotlin Extensions in Android

    Feb 13, 2025 · This tutorial will guide you through the process of creating custom UI components using Kotlin extensions, covering the basics, implementation, and best practices.

  5. Shape | Android Developers

    androidx.compose.material.icons.automirrored.filled androidx.compose.material.icons.automirrored.outlined androidx.compose.material.icons.automirrored.rounded ...

  6. kotlin - Customize shapes with Jetpack Compose Android - Stack Overflow

    Jan 17, 2022 · I'm trying to create a customize shape with Jetpack Compose for an Android view, this is the example: I don't know how to create the little waves (top/bottom) for this shape.

  7. Create Custom UI Component in Kotlin for Android Apps

    Jan 10, 2025 · In this tutorial, we will cover the basics of creating a custom UI component in Kotlin, including the technical background, implementation guide, code examples, best …

  8. Jetpack Compose: Shaping Your UI with Clipping and Masking

    Dec 24, 2024 · Jetpack Compose is a modern toolkit for building user interfaces on Android, focusing on UI design through techniques such as clipping and masking. It utilizes shapes and paths to create visually appealing components, enhanced by various modifiers that allow developers to customize their applications.

  9. Building a Custom UI Component Library with Android Studio and Kotlin

    Jan 23, 2025 · Building a Custom UI Component Library with Android Studio and Kotlin is an exciting project that allows you to create reusable, customizable UI components for your Android applications.

  10. Building Custom UI Components in Android with Kotlin: A Step …

    Feb 28, 2023 · Android provides a rich set of built-in UI components, such as TextViews, Buttons, and ImageViews, that can be used to create a wide range of apps. However, sometimes you need to create...

Refresh