Text Fields - UX With Material3

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 37

  • @alirezafaraji
    @alirezafaraji Год назад +4

    Just wrapped up the video on Text Fields in Material 3, and I can't help but express how much I'm thoroughly immersed in this series. Each moment is truly captivating, and there hasn't been a single instance of wasted time throughout the videos-so far, at least. The meticulous effort you invest in crafting these videos is truly commendable. Your attention to detail, like elaborating on every conceivable entry for text fields, is truly noteworthy.
    This attention to minutiae not only deepens my understanding but also instills a newfound appreciation for the developers who intricately design these components. It's evident that a remarkable level of detail and craftsmanship goes into their creation. Your dedication to conveying this shines brightly. Heartfelt thanks for producing such enlightening content.
    I believe I'm echoing the sentiments of many when I say this. Your work is highly valued and deeply resonates. Your consistency in producing quality content is praiseworthy. Keep up the exceptional work! I've got another lengthy commentary like this one cooking up for your next video in just a few moments lmao. Keep the momentum going, and I wish you a fantastic day ahead!

  • @jitendrarathore7331
    @jitendrarathore7331 Год назад +3

    Hi,
    Can you create app security related series:
    1. How to protect code from decompile apk.
    2. How to protect base url of api.
    3. Best practices of coding.

  • @richardbajomo1284
    @richardbajomo1284 Год назад

    Quick tip. For you to get the auto import to work for "remember", put the lambda on a single line ;)

  • @mohammad-hossein-farzanegan
    @mohammad-hossein-farzanegan 9 месяцев назад

    How simple and easy you explained!
    All the requirements for writing a Text based on material 3 were here.
    Thank you Philipp

  • @YashkumarSingadiya
    @YashkumarSingadiya 10 месяцев назад

    The Detailed Information what my soul needed THANKS A LOT MY BROTHER

  • @finalfantasy996
    @finalfantasy996 Год назад +3

    Make some videos using the new Android Studio UI!

  • @eduardofelipedev
    @eduardofelipedev Год назад

    Another amazing video! Thanks Philipp

  • @marcoduma2600
    @marcoduma2600 Год назад

    This is really useful, but what would save a lot of people is a guide on how to use accompanist material adapter when going on a migration to jetpack compose ( I'm doing it right now, but I'm forced to create the extensions function for ColorSchemes and Typography ( and I have light / dark theme for each of the flavours I've got ) , so if you know how to properly use it please give us a guidance ( since google and nobody on medium is doing it ).

  • @swiszcz93
    @swiszcz93 Год назад

    4:07 BOLD!

  • @scottmiddleton143979
    @scottmiddleton143979 Год назад

    "You can make parts of the value BOLD". Philipp do we need to call you an exorcist? 😄

  • @RajuYadav-qm4ic
    @RajuYadav-qm4ic Год назад

    Textfield of M3 is on Experimental API. Should I use it or not?

  • @itzlvm1268
    @itzlvm1268 Год назад

    Could you make a video on how to use camera and ml kit in jetpack compose, looked through documentation and for the life of me could not migrate it to compose

  • @Holy605
    @Holy605 Год назад

    Waiting for seminar 😁😁😁

  • @MatthiasMeger
    @MatthiasMeger Год назад

    Thanks a lot for your videos!

  • @gregoryphiri5724
    @gregoryphiri5724 9 месяцев назад

    How to Vertically Center the Value of the TextField, if the suffix or prefix has a height bigger than that of the Value like adding a VerticalDivider as a prefix between the LeadingIcon and the Value?

  • @xyalsrifli4360
    @xyalsrifli4360 Год назад

    Soo usefull for me, thank you

  • @SamLau
    @SamLau Год назад

    I think i just need to update the compos-bom to the latest to use the latest released compose version, i.e. implementation platform('androidx.compose:compose-bom:2023.06.01')

  • @PauloRicardo-de5oo
    @PauloRicardo-de5oo Год назад

    i would like to know how can i make two textfield requeired when i click the button "register" and force the user to fill out

  • @ngochung6632
    @ngochung6632 Год назад

    Please make more videos about android basic.

    • @PhilippLackner
      @PhilippLackner  Год назад

      The Playlist is done, not sure what should be missing

  • @RexTorres
    @RexTorres Год назад

    Compose TextField is one of the most frustrating thing to work with if you simply want to adjust paddings. If you want something that behaves exactly like the built-in TextFields but have different paddings, you basically have to start from scratch.

    • @_tommus
      @_tommus Год назад

      This applies to most of the composables from material package and not necessarily to paddings only.
      Good luck with aligning multi line text field’s end icon to the top of the control. Or with removing checkbox margins.
      This whole “opinionated” theming and positioning is indeed - very limiting, to say at least.

  • @pyaesonehan19
    @pyaesonehan19 7 месяцев назад

  • @ShivaPrasad-hm5lk
    @ShivaPrasad-hm5lk Год назад

    Bro i need to track user location using geofencing in background so that when he leaves particular loaction another service should eb triggered and then another i kind of need them to get triggered in a chained reaction manner and all of this should be done in background even when the appi snot opened please tell em how to do this

  • @ciach0_
    @ciach0_ Год назад

    4:37
    Wouldn't it be better to use remember { mutableStateOf(TextFieldValue("")) }? It implements a Saver so it survives configuration changes.

    • @PhilippLackner
      @PhilippLackner  Год назад +1

      This is just a quick example, normally you'd store your states in a viewmodel

    • @ciach0_
      @ciach0_ Год назад

      @@PhilippLackner Right

    • @yuuzuX
      @yuuzuX Год назад

      @@PhilippLackner compose (Not compose UI) can be a Kotlin Flow?

  • @ManishPrabhakar-g8k
    @ManishPrabhakar-g8k Месяц назад

    I subscribed to your website, but there is no link to download the free PDF. Apart from confirming my email, I didn’t find any free PDF in my inbox or on your website

    • @PhilippLackner
      @PhilippLackner  Месяц назад

      You should've gotten an email after confirming, maybe something went wrong. Please send an email to us and we'll send it to you (mail@pl-coding.com)

  • @mateusrabelo556
    @mateusrabelo556 Год назад

    why my outlinedTextField requires the "@OptIn(ExperimentalMaterial3Api::class)"?

  • @xbox70333
    @xbox70333 Год назад

    cant get suffix or prefix to work

  • @sw_a_ppy
    @sw_a_ppy Год назад

    I saw your premium course fees it's too much for Indian students..

  • @ayushs_2k4
    @ayushs_2k4 Год назад

    Please start making swiftui videos also, if possible...

  • @xD-saleem
    @xD-saleem Год назад

    I remember when brexit happened and u had 3k subs.

  • @events4089
    @events4089 Год назад

    Android studio giraffe