Тёмный

BasicTextField2 - Everything You Need to Know 💻 

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

This video will show you everything you need to know about BasicTextField2!
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
pl-coding.com/drop-table-ment...
⭐ Courses with real-life practices
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional 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...
Regular programming advice on my Instagram page: / _philipplackner_
Join my Discord server:
/ discord

Наука

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

 

22 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@MrSunnyd1993
@MrSunnyd1993 5 месяцев назад
Forget BasicTextView2 , when are we getting Phillip Lacker2?
@MenaSamer
@MenaSamer 5 месяцев назад
Thanks for all the effort you make in the community .. ☺☺
@PromptModeller
@PromptModeller 5 месяцев назад
Great vid as usual!
@dahlola
@dahlola 5 месяцев назад
Unrelated to BasicTextField2, but I found the setting "Editor->Auto Import->Add unambiguous imports on the fly". It basically adds imports automatically as you write. I'm sure it has it's drawbacks but I enjoy it very much. No more Alt+Enter 😂
@mustafaammar551
@mustafaammar551 5 месяцев назад
Very Cool Thank you BRO
@user-lk4jk5ex9l
@user-lk4jk5ex9l 5 месяцев назад
Finally BasicTextField2
@JJHaz
@JJHaz 5 месяцев назад
Buenísimo, gracias Antonio, go MVi
@gerdsfargen6687
@gerdsfargen6687 5 месяцев назад
So good. Do you have one for ViewPager2?
@CoderzF1
@CoderzF1 5 месяцев назад
so, with textfield2, is it possible to easily format text as you type, such as money/currency format based on locale?
@mayankpandit6325
@mayankpandit6325 4 месяца назад
How do I add trailing icon in BasicTextField2? I am looking for a way to display error icon when it doesn't meet specific criteria and also display error message of what's wrong.
@alexconner3958
@alexconner3958 3 месяца назад
Looks awesome and its going to be sooo nice to pull TextFieldState into the Viewmodel. However my company uses the Material OutlineTextFields which seem to still use BasicTextField under the hood in Material 3 😢. I would try a custom decorationBox but they still seem to use the old methods for text as well. Hopefully these get updated in a new Material Compose release.
@essamsalah829
@essamsalah829 4 месяца назад
in inputTransformation how to add delay (let's say: 500 millilsecond) to let the user see what's he writting
@vladimirparizek9499
@vladimirparizek9499 Месяц назад
Hi Phil. How do you feel about hoisting TextFieldState into VM? On one hand it makes things really simple, on the other it feels like smell to put platform specific code into VM.
@McMouse88
@McMouse88 4 месяца назад
Philip, thanks for your video! Could you please cover some information on VisualTransformation? I was working on creating a transformation for a phone number, and I've encountered an issue: the cursor is only positioned before or after a formatting characters, and I haven't found a way to place the cursor in both positions. Any advice on this would be greatly appreciated!
@alexisblanc1795
@alexisblanc1795 4 месяца назад
Did you use BasicTextView 2? Did you solve your problem with output transformation? I try to do the same, thanks
@McMouse88
@McMouse88 4 месяца назад
@@alexisblanc1795 Nope, I delayed it for a while
@ZachKlippenstein
@ZachKlippenstein 5 месяцев назад
Thanks for making this! One correction: BasicSecureTextField currently doesn’t currently manage the buffer memory any differently than the non-secure one.
@PhilippLackner
@PhilippLackner 5 месяцев назад
Oh okay, thanks for adding 🙌
@dialogues9421
@dialogues9421 21 день назад
in the latest compose there is no BasicTextField2
@abhishektripathi6957
@abhishektripathi6957 5 месяцев назад
hi philipp i want to ask you one question and please reply for this i am requesting your with my folded hand: Question: how do you always get all new major to minor updates about the new upgrades related to android if am a android developer than how i can be please reply 🙏
@PhilippLackner
@PhilippLackner 5 месяцев назад
That's my job 😅
@srimanikanta1493
@srimanikanta1493 5 месяцев назад
Could you make a video on mongodb Atlas device sdk with simple realtime game.
@nischaykashyap5143
@nischaykashyap5143 5 месяцев назад
how do you get all these updates about the new upgrades related to android?
@PhilippLackner
@PhilippLackner 5 месяцев назад
It's my job :D
@nischaykashyap5143
@nischaykashyap5143 5 месяцев назад
@@PhilippLackner haha i get it but how do i as a dev can stay upto date to all this?
@vengateshm2122
@vengateshm2122 4 месяца назад
By following content creators like him.
@wilianc.b.3065
@wilianc.b.3065 5 месяцев назад
Hi, I've been using only TextField in my app. What are the differences between TextField and BasicTextField?
@ZachKlippenstein
@ZachKlippenstein 5 месяцев назад
TextField is the material text field, it applies the material theme and other decorations on top of BasicTextField.
@wilianc.b.3065
@wilianc.b.3065 5 месяцев назад
@@ZachKlippenstein thank you!
@KaungPyaeSoneAung123
@KaungPyaeSoneAung123 5 месяцев назад
I love you mwah
@cah8884
@cah8884 5 месяцев назад
Please could you make a video about BasicTextField2 and MVI and how it works with the new TextFieldState class
@GakisStylianos
@GakisStylianos 5 месяцев назад
Just hoist your TextFieldState to your ViewModel
@cah8884
@cah8884 5 месяцев назад
​@@GakisStylianosNot that simple
@GakisStylianos
@GakisStylianos 5 месяцев назад
@@cah8884 Why?
@Shakesbeer1
@Shakesbeer1 5 месяцев назад
State in VM, that contains text for edit text field? Hm, where did I see that. Oh, in deprecated data binding. They are running in circles.
@count7ero
@count7ero 5 месяцев назад
android has become the stupides platform
@yasserakbbach7342
@yasserakbbach7342 5 месяцев назад
Agree that this Google team doesn't know what they are doing 🫠
@ZachKlippenstein
@ZachKlippenstein 5 месяцев назад
You should come join us! Would happily throw this away if you have a better solution
@Shakesbeer1
@Shakesbeer1 5 месяцев назад
​@@ZachKlippenstein EditText worked perfectly fine.
@count7ero
@count7ero 5 месяцев назад
@@ZachKlippenstein there is a significant drop in new android developers. and even developers that are accustomed to Views are struggling with compose. to my knowledge we are supposed to maintain/stage data in ViewModels and drop it in Composables using lambdas to minimize recompositions. what is the purpose then of the remember functions? LaunchedEffects? seems the les Compose we use the better.
@sumanshah5750
@sumanshah5750 5 месяцев назад
Sir can you make a realtime location sharing on Google maps..like as Uber or any food delivery system.. please i have lot of confusion please do with spring boot database [like a company standard]
@user-vq3ep4cp1t
@user-vq3ep4cp1t 5 месяцев назад
Hey I am from India I want to be mentored by you but the cost of the course is too much for me in INR it becomes even more than my parents monthly salary so please try to help me out in order to avail your courses
@devatrii
@devatrii 5 месяцев назад
Today you are looking mummies boy :)
@yasserakbbach7342
@yasserakbbach7342 5 месяцев назад
What a mess 😬 I think it's time to switch my career 🤔
@GakisStylianos
@GakisStylianos 5 месяцев назад
What is a mess?
Далее
This Is My FAVORITE Error Handling Class
28:57
Просмотров 27 тыс.
🤔
00:28
Просмотров 709 тыс.
No one will play with him( #standoff #meme #grenade
00:12
.NET Aspire Developers Day
Просмотров 678
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Просмотров 1,5 млн
Prices & Poco M4 Pro 5G
1:00
Просмотров 265 тыс.