Тёмный

Text Fields - UX With Material3 

Philipp Lackner
Подписаться 173 тыс.
Просмотров 18 тыс.
50% 1

In this video you'll learn how you can use text fields in Material3 and be sure you use them in a UX friendly way.
⭐ Learn all the professional technologies applied in the industry
⭐ 100% money back guarantee for 30 days
⭐ Become an industry-ready Android developer now:
pl-coding.com/premium-courses...
Get my FREE PDF about 20 things you should never do in Jetpack Compose:
pl-coding.com/jetpack-compose...
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
pl-coding.com/drop-table-ment...
Follow me on Instagram for insights into my live as an Android developer:
/ _philipplackner_

Опубликовано:

 

25 июл 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@alirezafaraji
@alirezafaraji 11 месяцев назад
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!
@user-fm6ic7fo8z
@user-fm6ic7fo8z 6 месяцев назад
The Detailed Information what my soul needed THANKS A LOT MY BROTHER
@fimfomfum123
@fimfomfum123 11 месяцев назад
Another amazing video! Thanks Philipp
@mohammad-hossein-farzanegan
@mohammad-hossein-farzanegan 4 месяца назад
How simple and easy you explained! All the requirements for writing a Text based on material 3 were here. Thank you Philipp
@jitendrarathore7331
@jitendrarathore7331 11 месяцев назад
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.
@MatthiasMeger
@MatthiasMeger 11 месяцев назад
Thanks a lot for your videos!
@finalfantasy996
@finalfantasy996 11 месяцев назад
Make some videos using the new Android Studio UI!
@xyalsrifli4360
@xyalsrifli4360 11 месяцев назад
Soo usefull for me, thank you
@marcoduma2600
@marcoduma2600 11 месяцев назад
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 ).
@richardbajomo1284
@richardbajomo1284 11 месяцев назад
Quick tip. For you to get the auto import to work for "remember", put the lambda on a single line ;)
@Holy605
@Holy605 11 месяцев назад
Waiting for seminar 😁😁😁
@itzlvm1268
@itzlvm1268 11 месяцев назад
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
@RajuYadav-qm4ic
@RajuYadav-qm4ic 10 месяцев назад
Textfield of M3 is on Experimental API. Should I use it or not?
@PauloRicardo-de5oo
@PauloRicardo-de5oo 9 месяцев назад
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
@swiszcz93
@swiszcz93 11 месяцев назад
4:07 BOLD!
@ShivaPrasad-hm5lk
@ShivaPrasad-hm5lk 11 месяцев назад
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
@gregoryphiri5724
@gregoryphiri5724 4 месяца назад
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?
@SamLau
@SamLau 11 месяцев назад
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')
@ngochung6632
@ngochung6632 11 месяцев назад
Please make more videos about android basic.
@PhilippLackner
@PhilippLackner 11 месяцев назад
The Playlist is done, not sure what should be missing
@scottmiddleton143979
@scottmiddleton143979 11 месяцев назад
"You can make parts of the value BOLD". Philipp do we need to call you an exorcist? 😄
@mateusrabelo556
@mateusrabelo556 10 месяцев назад
why my outlinedTextField requires the "@OptIn(ExperimentalMaterial3Api::class)"?
@ciach0_
@ciach0_ 11 месяцев назад
4:37 Wouldn't it be better to use remember { mutableStateOf(TextFieldValue("")) }? It implements a Saver so it survives configuration changes.
@PhilippLackner
@PhilippLackner 11 месяцев назад
This is just a quick example, normally you'd store your states in a viewmodel
@ciach0_
@ciach0_ 11 месяцев назад
@@PhilippLackner Right
@yuuzuX
@yuuzuX 11 месяцев назад
@@PhilippLackner compose (Not compose UI) can be a Kotlin Flow?
@RexTorres
@RexTorres 11 месяцев назад
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 11 месяцев назад
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.
@xbox70333
@xbox70333 10 месяцев назад
cant get suffix or prefix to work
@pyaesonehan19
@pyaesonehan19 3 месяца назад
@ayushs_2k4
@ayushs_2k4 11 месяцев назад
Please start making swiftui videos also, if possible...
@sw_a_ppy
@sw_a_ppy 11 месяцев назад
I saw your premium course fees it's too much for Indian students..
@xD-saleem
@xD-saleem 11 месяцев назад
I remember when brexit happened and u had 3k subs.
@events4089
@events4089 11 месяцев назад
Android studio giraffe
@nilaydani3144
@nilaydani3144 11 месяцев назад
Yes loving it 😍
Далее
POLI зовет Газана
00:12
Просмотров 1,1 млн
Bottom Nav Bar #03 | Material 3 | Jetpack Compose
12:21
BasicTextField2 - Everything You Need to Know 💻
14:23
CMF Phone 1: Fun Modular Budget Phone!
11:08
Просмотров 1,2 млн
Buttons - UX With Material3
13:28
Просмотров 24 тыс.
Why the Nothing CMF Phone 1 is a Game Changer.
14:44
Просмотров 2,2 млн