Тёмный

Text Customization - Jetpack Compose 

Stevdza-San
Подписаться 84 тыс.
Просмотров 20 тыс.
50% 1

🏆 My Online Courses
⭐Discount Coupon: LAUNCH-STEVDZA-SAN
stevdza-san.com
🐱‍👤 Wanna become a member? Join!
/ @stevdzasan
📸 Instagram
/ stevdza_san
Text is a central piece of any UI, and Jetpack Compose makes it easier to display or write text. Compose leverages composition of its building blocks, meaning you don’t need to overwrite properties and methods or extend big classes to have a specific composable design and logic working the way you want.
In this video I'm going to show you how to customize the Text composable. You'll see how to change many of it's properties.
⌚Timestamps
0:00 - Introduction
1:30 - Order of execution
3:26 - stringResource()
4:41 - Light & Dark support
6:08 - Exploring Text parameters
8:13 - Text Alignment
9:50 - Annotated String
14:17 - String Repeat
15:08 - maxLines & Overflow

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

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@marekzet482
@marekzet482 Год назад
Thank you. That was a really good lesson of JetpackCompose.
@ahmadsamimyadgary8223
@ahmadsamimyadgary8223 Год назад
Very helpful great job
@MIISohag
@MIISohag 2 года назад
Thanks Brother
@liz8041
@liz8041 3 года назад
I guess you're a perfectionist XD thanks for your high quality courses and I really like your thumbnails. will Scaffold be the next video? hopefully we can proceed to more advanced features of compose asap! cheers 👍
@StevdzaSan
@StevdzaSan 3 года назад
Thank you 💜 I'm covering the basic things first, scaffold is on my list as well. 👍👌
@williammay5971
@williammay5971 3 года назад
Thank you
@StevdzaSan
@StevdzaSan 3 года назад
You're welcome 👍
@Hong-Mu
@Hong-Mu 2 года назад
thanks:)
@ahmad7a.4k28
@ahmad7a.4k28 3 года назад
you're the best thankyou
@StevdzaSan
@StevdzaSan 3 года назад
💜🙏
@eren352
@eren352 14 дней назад
Good sir
@zepra2133
@zepra2133 Год назад
its (01:35) little important thing, thanks broo
@youtubecomedy366
@youtubecomedy366 3 года назад
Sir how to navigation drawer icon and action bar same icon fragment use PLZZ help?
@Ab-no6rz
@Ab-no6rz 3 года назад
Hey steve There are 4 private videos in the playlist of jetpack compose playlist .
@siva_subramaniam
@siva_subramaniam Год назад
bm - 8:39
@marek-guran
@marek-guran Год назад
Hello I have issue with strings... This is my code: object Cv: BottomBarScreen( route = "cv", title = stringResource(id = R.string.title_activity_cv), icon = Icons.Default.Home ) And I get error: @Composable invocations can only happen from the context of a @Composable function How can I fix it?
@fredrik.larsen
@fredrik.larsen 3 года назад
Thanks for sharing! Is there a reason you're copying the content of the preview to setContent? Couldn't you just use one function for this? :)
@freesources6872
@freesources6872 8 месяцев назад
there is no withStyle now right? insterad what function do I need to call
@user-hq9fy9ou1u
@user-hq9fy9ou1u Год назад
👍🔥
@abcdefj7144
@abcdefj7144 3 года назад
Hello how to make a favorite simple database application firebase
@abhay2192
@abhay2192 3 года назад
Sir a humble request... Can you please make a video on how to implement MVVM pattern in jetpack compose...please sir🙏🙏
@StevdzaSan
@StevdzaSan 3 года назад
There will be a whole course about that in the future.
@lBOSS6
@lBOSS6 3 года назад
@@StevdzaSan Pls can you be more specific? In what future. In a week, in a month, in half a year ... I am looking forward on this! I can't wait...
@StevdzaSan
@StevdzaSan 3 года назад
@@lBOSS6 3-4 months when I finish some already started projects.
@lBOSS6
@lBOSS6 3 года назад
@@StevdzaSan ❤️❤️❤️❤️❤️
@abhay2192
@abhay2192 3 года назад
@@StevdzaSan 🥺hope that it was earlier
@aminelhag
@aminelhag 2 года назад
Thank to You Stevdza-san ( ノ ゚ー゚)ノ Keep Going
@mdjahidulislam9205
@mdjahidulislam9205 3 года назад
When we will get compose support In android studio?
@StevdzaSan
@StevdzaSan 3 года назад
It's coming stable in July probably.
@mdjahidulislam9205
@mdjahidulislam9205 3 года назад
@@StevdzaSan thanks. Can we use it on my existing project those are used xml?
@lBOSS6
@lBOSS6 3 года назад
@@mdjahidulislam9205 yes U can
@kishorsuryawanshi2851
@kishorsuryawanshi2851 3 года назад
How adjust view according to screen because we have to define size here
@StevdzaSan
@StevdzaSan 3 года назад
Watch my videos about Rows, Columns and Box.
@kishorsuryawanshi2851
@kishorsuryawanshi2851 3 года назад
@@StevdzaSan yes it good idea but what about text and images we declare size directly to view
@jaxxrr
@jaxxrr 5 месяцев назад
please .. instead of all this.. just make a short video where we can change the text.. from within oncreate .. or better from within another function