Styling Text - Android Jetpack Compose - Part 5

  Рет қаралды 67,949

Philipp Lackner

Philipp Lackner

Күн бұрын

Пікірлер: 79
@The-Way-of-Life.
@The-Way-of-Life. 2 жыл бұрын
Я - обычный студент из России. Хочу выразить огромную благодарность за твои ролики. Ты лучший из всех на ютубе, кто преподает действительно с нуля. Спасибо тебе! :)
@hadjsaidaoumer3058
@hadjsaidaoumer3058 28 күн бұрын
Thanks Philipp 🥰 , You are the best teacher 🙏
@IsraelAnibal
@IsraelAnibal 3 жыл бұрын
As a dev with experience using Flutter I really find jetpack compose very easy to use
@D3M0320
@D3M0320 3 жыл бұрын
I was just about to say it seems VERY similar to flutter syntax
@BoxingHacker
@BoxingHacker Жыл бұрын
Which one do you guys like more
@hidayatramadhanisupriyatna876
@hidayatramadhanisupriyatna876 5 ай бұрын
I had learned flutter for 6 months, but suddenly got news that Android native released jetpack compose which is conceptually similar to flutter. Since then, I thought for a long time whether to continue learning flutter or not, until finally I switched to native with various considerations: 1. I don't use a macbook, so why learn flutter? 2. I want to explore more about android 3. With native, the application is able to be smoother and the size is not too big.
@randypenajimenez3893
@randypenajimenez3893 3 жыл бұрын
Jetpack compose will make android developers life happier.
@code-with-vivek
@code-with-vivek 10 ай бұрын
Great way of teaching Philipp. I earlier tried a training video on Oreilly learning and was stuck up with outdated code. I applaud you for instructions and code which is updated and works smooth without any hassles.
@MrSaylica
@MrSaylica 3 жыл бұрын
Thank you Philipp for this. At first I was skeptical about Jetpack Compose but after trying out I think I am falling in love with it.
@LightDante
@LightDante 2 жыл бұрын
The final effect is just amazing as this video.
@sokrates297
@sokrates297 3 жыл бұрын
Thank you for the great videos, I'm glad you stuck to Android dev, as I'm currently doing it for college. Exams started today actually. We're not using jetpack, but I'm more into it than the traditional development with xml and kotlin, as it reminds me more of development with js / react than xml did compared to html and js. Looking forward to learn more from you, keep at it 💜
@PhilippLackner
@PhilippLackner 3 жыл бұрын
Thanks, you're welcome!
@halimabdul9198
@halimabdul9198 2 жыл бұрын
thank you philip your tutorial is awesome, i decide to follow all your tutorial
@JoãoAzeredo-x2i
@JoãoAzeredo-x2i 7 ай бұрын
Now we define fontFamily with style: style = TextStyle( fontFamily = fontFamily, fontWeight = FontWeight.Light, ) obs: 3y later its still the best compose course
@chuka_obi5167
@chuka_obi5167 3 жыл бұрын
Thanks for the tutorial Philipp!I think the new textDecoration is really cool. I used to use layered drawables to achieve the same result, now, it can be done with just one line of text.
@rahulmatte6621
@rahulmatte6621 3 жыл бұрын
Example please 🙏🏻
@chuka_obi5167
@chuka_obi5167 3 жыл бұрын
Within the Text overidden function Text(), add the property textDecoration = TextDecoration.LineThrough. Check this video at minute 6:20
@talhashaikh1435
@talhashaikh1435 3 жыл бұрын
R.font is not working ...font directory is not detected in my arctic fox 2020.3.1 why ?
@rnnfranca
@rnnfranca 3 жыл бұрын
Make sure the font name is separated with an underscore and not a dash
@DigitFalconer
@DigitFalconer 2 жыл бұрын
@@rnnfranca Won't help, it seems the ve made changes, font part of the video is no longer up to date with the new changes
@arianaarifaj7263
@arianaarifaj7263 2 жыл бұрын
@@DigitFalconer except replacing dash with underscore, change the letters from uppercase to lowercase and it will work
@albertofreddo2249
@albertofreddo2249 4 ай бұрын
@@arianaarifaj7263 Thanks, now it works :)
@MrGiane
@MrGiane 2 ай бұрын
Is it still worth to use jetpack to create android apps. What is the best use cases for use jetpack instead of other technologies
@mohammadaminmardasi1129
@mohammadaminmardasi1129 Жыл бұрын
i have a question about setting the font family list. you set a list of fonts to Text , which one it will use?
@charleslyell3748
@charleslyell3748 5 ай бұрын
fontWeight parameter.
@SatishKanaujiyaeb
@SatishKanaujiyaeb 2 жыл бұрын
Thanks for a great tutorials Philip. Just a quick question how can we make withstyle clickable
@shadownet3960
@shadownet3960 Жыл бұрын
Plz I have a question do we write jetpack compose inline with our functionality. Like I mean design and implement it's function
@JamesBond-mq7pd
@JamesBond-mq7pd 3 жыл бұрын
8:23 for mac OS : OPTION + COMMAND + L
@Mikes-Code
@Mikes-Code 2 жыл бұрын
In the previous video you placed the text style (color, size) in a TextStyle block, in this video you did not. What is the use of TextStyle?
@andrewdunbar828
@andrewdunbar828 Жыл бұрын
Is it OK to hard-code font sizes? If so, only with .sp?
@ayasaeed2944
@ayasaeed2944 2 жыл бұрын
I need to add icon as drawabe start with the Text how to do that?
@prakharagarwal6237
@prakharagarwal6237 3 жыл бұрын
Super Helpfull! Thank You!
@MaulikDodiaHollywoodMovieLover
@MaulikDodiaHollywoodMovieLover 3 жыл бұрын
You downloaded all font family. By default which font will get apply? You have defined all the variants of fonts in the builder.
@PhilippLackner
@PhilippLackner 3 жыл бұрын
By default the font you defined as normal
@okhalil28
@okhalil28 Жыл бұрын
@@PhilippLackner So when I want to add a specific font, I adopt this method, that is, I download all the fonts, and by default it chooses the appropriate font?
@charleslyell3748
@charleslyell3748 5 ай бұрын
@@okhalil28 fontWeight parameter defines your font among the chosen family.
@gtry-bq5mw
@gtry-bq5mw 3 жыл бұрын
How to use typography when styling the text?
@doroparker6470
@doroparker6470 10 ай бұрын
Ever since downloading the google fonts and copying them into the project - as shown in the video - Android Studio does not work properly anymore. It keeps closing my project automatically, especially when I switch from AS to another program or browser. Anyone else having this problem? I already uninstalled and reinstalled AS twice, updated AS, worked on all issues listed under 'Problems' in my project.
@re_allyedge
@re_allyedge 3 жыл бұрын
Google... Why did you wait for me to switch to add these kinda stuff 😤😤😤
@mystride
@mystride 2 жыл бұрын
Can't see font folder after paste. You are demonstrating something not visible on the screen.
@shumakmanohar2078
@shumakmanohar2078 3 жыл бұрын
Can u do vid on , MVVM ( Room Database) with jetpack compose , and also about Themeing in jetpack compose !! Thank You
@LucasAlfare
@LucasAlfare 3 жыл бұрын
Is possible to change the Font Family only in a specific withStyle() call?
@PhilippLackner
@PhilippLackner 3 жыл бұрын
Yea
@charleslyell3748
@charleslyell3748 5 ай бұрын
As a parameter of SpanStyle, yes.
@chaitanyagopinadh6764
@chaitanyagopinadh6764 3 жыл бұрын
Hi i have one doubt , Is there any attribute for drawable right for textview in jetback compose
@PhilippLackner
@PhilippLackner 3 жыл бұрын
Just draw an image next to it
@chaitanyagopinadh6764
@chaitanyagopinadh6764 3 жыл бұрын
@@PhilippLackner OK Thanks
@РоманТолстиков-н4е
@РоманТолстиков-н4е 3 жыл бұрын
Hi, thank you for your lessons! But do you have lessons with dataBinding and how to implement it in your app? I think it is important theme, especially with MVVM and Retrofit
@PhilippLackner
@PhilippLackner 3 жыл бұрын
Don't have a video about that as I'm not a fan of data binding
@КонстантинЪЪЪ
@КонстантинЪЪЪ 3 жыл бұрын
с выходом композа, датабиндинг выглядит костылем)))
@xaviersoh
@xaviersoh 3 жыл бұрын
@@PhilippLackner Me too
@xaviersoh
@xaviersoh 3 жыл бұрын
@@КонстантинЪЪЪ 😂😂😂 of course
@potrebitel2008
@potrebitel2008 3 жыл бұрын
Very good tutorials Philipp, thank you! Actually textAlign = TextAlign.Center doesn't center your text as expected, why?
@PhilippLackner
@PhilippLackner 3 жыл бұрын
TextAlign.Center centers the text within the bounds of the text, not within the container the text composable is in
@kuntito
@kuntito 2 жыл бұрын
Anyone know how to make the color of the `TextDecoration.LineThrough` different from the text color?
@carlosmspk
@carlosmspk 2 жыл бұрын
I doubt that's possible. It'd be the same as changing bold or italics color
@UserBkj
@UserBkj 3 жыл бұрын
Awesome
@CosmoVision1
@CosmoVision1 Жыл бұрын
thank you
@WiiHack
@WiiHack 3 жыл бұрын
Thank you :)
@alfian3570
@alfian3570 3 жыл бұрын
nice
@PhilippLackner
@PhilippLackner 3 жыл бұрын
Thanks
@funnymoment9164
@funnymoment9164 3 жыл бұрын
Thanks
@dmytromarchuk3023
@dmytromarchuk3023 3 жыл бұрын
Styling text made easy
@stefanosgiannakis7151
@stefanosgiannakis7151 3 жыл бұрын
Thx
@imnithish
@imnithish 3 жыл бұрын
dope
@congdanhtruong433
@congdanhtruong433 3 жыл бұрын
Will Jetpack Compose become the future of Android?
@PhilippLackner
@PhilippLackner 3 жыл бұрын
I think it becomes the prioritized option for UI design but XML will stay a valid option for many (at least for the next 2-3 years)
@AntonioGonzalezsanchez
@AntonioGonzalezsanchez 2 жыл бұрын
Comment below
@dominick253
@dominick253 Жыл бұрын
I might be retarded but I just spent in half hour trying to make text 32 size and I failed. 😂😂😂 I made the same app a year ago and I just wanted to remake it for several reasons fun to redo it and fix bugs and because I lost the key to the original app. I must be dumb I must be missing something it cannot be this hard to make text a different size. 😂😂😂
@JokerZipon
@JokerZipon 3 жыл бұрын
Спасибо, за разборы compose with android
@somith16
@somith16 3 жыл бұрын
Hello h ow r u sir?
@denisk3852
@denisk3852 3 жыл бұрын
Smth like SwiftUI
@tharoseth8064
@tharoseth8064 3 жыл бұрын
Thanks man
@PhilippLackner
@PhilippLackner 3 жыл бұрын
You're welcome!
@mohammadamirkanjoori138
@mohammadamirkanjoori138 2 жыл бұрын
nice
State - Android Jetpack Compose - Part 6
12:45
Philipp Lackner
Рет қаралды 91 М.
Creating an Image Card Composable - Android Jetpack Compose - Part 4
17:56
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Jetpack Compose Navigation for Beginners - Android Studio Tutorial
19:23
Philipp Lackner
Рет қаралды 152 М.
💀 R.I.P. YouTube Tutorials: Gemini 2.0 AI is the NEW Teacher
10:00
Teacher's Tech
Рет қаралды 128 М.
Styling text in Compose
9:53
Android Developers
Рет қаралды 37 М.
MVVM vs. MVI - Understand the Difference Once and for All
18:40
Philipp Lackner
Рет қаралды 57 М.
Full Guide to Jetpack Compose Effect Handlers
24:56
Philipp Lackner
Рет қаралды 101 М.
Introduction to Material 3 (Color Theming, Typography, Shapes)
18:05
Philipp Lackner
Рет қаралды 64 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 853 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН