Material You: Applying dynamic color to your app and brand

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 26

  • @mikaelastefkova
    @mikaelastefkova 10 місяців тому

    I love dynamic colour, I wish more apps used it! ✨

  • @every4thingHD
    @every4thingHD 2 роки тому +3

    how to make my app icon changes according to dynamic colors?

  • @jayeshseth
    @jayeshseth 3 роки тому +7

    How do we apply themed icons for third party apps

  • @hasangilmanov5350
    @hasangilmanov5350 2 роки тому +1

    Thank you guys!

    • @AndroidDevelopers
      @AndroidDevelopers  2 роки тому

      You're very welcome, Hasan! You can also check out the following guide on how this will be implemented with Jetpack Compose here: goo.gle/3zGQAkQ

  • @ostopguy
    @ostopguy 2 роки тому +1

    its really annoying how to turn that dynamic Color off !!! It ruined my dark mode !!! on Xiaomi Mi11. android 13 !!!!

  • @MrMayank822
    @MrMayank822 2 роки тому +2

    @Ivy Knight, Rody Davis
    Condition @8:49 seems to be flipped. It should be as below I guess:
    if(dark) dynamicDarkColorScheme(context) else dynamicLightColorScheme(context)
    instead of
    if(dark) dynamicLightColorScheme(context) else dynamicDarkColorScheme(context)

  • @rahul_bali
    @rahul_bali Рік тому +1

    this is quite complex video. What if I want to do this from the xml theme files. I don't want the kotlin code for this.

  • @Mrdresden
    @Mrdresden 2 роки тому +4

    I do not want to be too negative, but speaking as user rather than a developer I just can't see why I would want the colors of applications I use changed based on the wallpaper I use. And as a side note, what happens when the background is animated? Are the colors ever shifting in the application each time the screen gets redrawn, or at every application startup? Just have a hard time imaging why this would be something I'd like as a user.

  • @himsikharai4286
    @himsikharai4286 2 роки тому +1

    very nice and informative video

  • @TestChannel-td1hu
    @TestChannel-td1hu 7 місяців тому

    Sorry, late comment, but still couldn't find an answer, Samsung OneUI 6.0, Amdeoid 14. Built an app and it's working with Dynamic colors, built another the same literal app and it does not work. The first works just okay, the second doesn't although they're both a total replica of each other.

  • @abdelrahmanmahany133
    @abdelrahmanmahany133 3 місяці тому

    How to disable this disaster feature in android 13 and miui 14?

  • @MS-xg3zl
    @MS-xg3zl 2 роки тому

    Is it necessary to go from Material Design 2 to 3? why?thanks

  • @fromdent
    @fromdent 2 роки тому

    genuinely asking, how to disable dynamic colors in all apps? cause when i change my home screen with light color some apps will change to light color following the home screen it's very weird and annoying even makes my eyes hurt even tho i've used dark mode. please i need help, thank you in advance.

  • @selvakumarmurugesan9013
    @selvakumarmurugesan9013 2 роки тому +1

    Any android app using the material you dynamic colors?

    • @AndroidDevelopers
      @AndroidDevelopers  2 роки тому +2

      Hello! We have a few resources that will help you on your Material You journey. Check them out:
      Designing with dynamic color; codelabs.developers.google.com/visualize-dynamic-color
      Implementation: codelabs.developers.google.com/codelabs/apply-dynamic-color?hl=en#0
      Custom theme: codelabs.developers.google.com/customizing-material-color
      Harmonizing colors: codelabs.developers.google.com/harmonize-color-android-views

    • @selvakumarmurugesan9013
      @selvakumarmurugesan9013 2 роки тому +1

      @@AndroidDevelopers Thank you so much

  • @jeckonly5853
    @jeckonly5853 2 роки тому +1

    amazing!! It is beautiful!!

  • @WilliamMelton617
    @WilliamMelton617 2 роки тому

    What about TEXT!? I can't find the value for the text color

    • @AndroidDevelopers
      @AndroidDevelopers  2 роки тому

      Hi! Check out the Color System guide which should help you get started. You will find a Token guide with the relevant values: m3.material.io/styles/color/the-color-system/color-roles

    • @WilliamMelton617
      @WilliamMelton617 2 роки тому

      @@AndroidDevelopers thanks for that!! My issue was because I was working with stock apps built into LineageOS. They don't import the necessary libs to access the newer MD3 system colors. I'm working now on converting the mk files into bps so I can maybe bump these libs up and fix stock apps to use MD3 widgets

  • @ha3xc
    @ha3xc 2 роки тому

    I want to turn it off how?

  • @lauren_mcgowan
    @lauren_mcgowan Рік тому

    Worst feature ever. My background is black and white and you give me ORANGE?!

  • @youssef_aguinane
    @youssef_aguinane 9 місяців тому

    🎉