Jetpack Compose Tutorial

  • Subscribe

  • Contact

  • More

    Use tab to navigate through the menu items.
    • All Posts
    • Basics
    • Advanced
    • Sample Projects
    • Bugs
    Jetpack Compose Animations
    • Sep 20, 2021
    • 5 min

    Jetpack Compose Animations

    Animations are fundamental for mobile applications. It gives smooth user experience to end users. Jetpack Compose has various animation...
    7,712
    Jetpack Compose Preview not showing
    • Aug 11, 2021
    • 1 min

    Jetpack Compose Preview not showing

    It's most common bug in Jetpack Compose. You can solve this issue by following these simple steps: Use latest version dependency. I am...
    2,580
    5. TextStyle in JetPack Compose
    • Jul 27, 2021
    • 2 min

    5. TextStyle in JetPack Compose

    Introduction: Text plays important role in mobile/web applications. We can present the details to the user using Text. Let's assume If we...
    2,952
    6. Jetpack Compose Modifiers
    • Jul 26, 2021
    • 4 min

    6. Jetpack Compose Modifiers

    What are Modifiers in Jetpack Compose? Modifier elements decorate or add behavior to Compose UI elements. For example, backgrounds,...
    5,146
    12. Themes in Jetpack Compose
    • Jul 21, 2021
    • 3 min

    12. Themes in Jetpack Compose

    If you create a new Jetpack compose project, you will see ui.theme package. It contains the following classes. Color.kt - for custom...
    4,065
    13. Card in Jetpack Compose
    • Jul 20, 2021
    • 2 min

    13. Card in Jetpack Compose

    What's Card? Card is a container, we can place single composable in card. It has elevation property, we can display shadow effect using...
    8,334
    14. Jetpack Compose Progress Indicator (ProgressBar)
    • Jul 19, 2021
    • 2 min

    14. Jetpack Compose Progress Indicator (ProgressBar)

    Progress Indicator is a widget to indicate some actions are in progress to the user. For long-time operations such as file downloading,...
    10,593
    • Facebook
    • Twitter
    • YouTube
    • Pinterest
    • Tumblr Social Icon
    • Instagram
    rranjithkumar100@gmail.com , India