Я - обычный студент из России. Хочу выразить огромную благодарность за твои ролики. Ты лучший из всех на ютубе, кто преподает действительно с нуля. Спасибо тебе! :)
@hadjsaidaoumer305828 күн бұрын
Thanks Philipp 🥰 , You are the best teacher 🙏
@IsraelAnibal3 жыл бұрын
As a dev with experience using Flutter I really find jetpack compose very easy to use
@D3M03203 жыл бұрын
I was just about to say it seems VERY similar to flutter syntax
@BoxingHacker Жыл бұрын
Which one do you guys like more
@hidayatramadhanisupriyatna8765 ай бұрын
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.
@randypenajimenez38933 жыл бұрын
Jetpack compose will make android developers life happier.
@code-with-vivek10 ай бұрын
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.
@MrSaylica3 жыл бұрын
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.
@LightDante2 жыл бұрын
The final effect is just amazing as this video.
@sokrates2973 жыл бұрын
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 💜
@PhilippLackner3 жыл бұрын
Thanks, you're welcome!
@halimabdul91982 жыл бұрын
thank you philip your tutorial is awesome, i decide to follow all your tutorial
@JoãoAzeredo-x2i7 ай бұрын
Now we define fontFamily with style: style = TextStyle( fontFamily = fontFamily, fontWeight = FontWeight.Light, ) obs: 3y later its still the best compose course
@chuka_obi51673 жыл бұрын
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.
@rahulmatte66213 жыл бұрын
Example please 🙏🏻
@chuka_obi51673 жыл бұрын
Within the Text overidden function Text(), add the property textDecoration = TextDecoration.LineThrough. Check this video at minute 6:20
@talhashaikh14353 жыл бұрын
R.font is not working ...font directory is not detected in my arctic fox 2020.3.1 why ?
@rnnfranca3 жыл бұрын
Make sure the font name is separated with an underscore and not a dash
@DigitFalconer2 жыл бұрын
@@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
@arianaarifaj72632 жыл бұрын
@@DigitFalconer except replacing dash with underscore, change the letters from uppercase to lowercase and it will work
@albertofreddo22494 ай бұрын
@@arianaarifaj7263 Thanks, now it works :)
@MrGiane2 ай бұрын
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 Жыл бұрын
i have a question about setting the font family list. you set a list of fonts to Text , which one it will use?
@charleslyell37485 ай бұрын
fontWeight parameter.
@SatishKanaujiyaeb2 жыл бұрын
Thanks for a great tutorials Philip. Just a quick question how can we make withstyle clickable
@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-mq7pd3 жыл бұрын
8:23 for mac OS : OPTION + COMMAND + L
@Mikes-Code2 жыл бұрын
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 Жыл бұрын
Is it OK to hard-code font sizes? If so, only with .sp?
@ayasaeed29442 жыл бұрын
I need to add icon as drawabe start with the Text how to do that?
@prakharagarwal62373 жыл бұрын
Super Helpfull! Thank You!
@MaulikDodiaHollywoodMovieLover3 жыл бұрын
You downloaded all font family. By default which font will get apply? You have defined all the variants of fonts in the builder.
@PhilippLackner3 жыл бұрын
By default the font you defined as normal
@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?
@charleslyell37485 ай бұрын
@@okhalil28 fontWeight parameter defines your font among the chosen family.
@gtry-bq5mw3 жыл бұрын
How to use typography when styling the text?
@doroparker647010 ай бұрын
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_allyedge3 жыл бұрын
Google... Why did you wait for me to switch to add these kinda stuff 😤😤😤
@mystride2 жыл бұрын
Can't see font folder after paste. You are demonstrating something not visible on the screen.
@shumakmanohar20783 жыл бұрын
Can u do vid on , MVVM ( Room Database) with jetpack compose , and also about Themeing in jetpack compose !! Thank You
@LucasAlfare3 жыл бұрын
Is possible to change the Font Family only in a specific withStyle() call?
@PhilippLackner3 жыл бұрын
Yea
@charleslyell37485 ай бұрын
As a parameter of SpanStyle, yes.
@chaitanyagopinadh67643 жыл бұрын
Hi i have one doubt , Is there any attribute for drawable right for textview in jetback compose
@PhilippLackner3 жыл бұрын
Just draw an image next to it
@chaitanyagopinadh67643 жыл бұрын
@@PhilippLackner OK Thanks
@РоманТолстиков-н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
@PhilippLackner3 жыл бұрын
Don't have a video about that as I'm not a fan of data binding
@КонстантинЪЪЪ3 жыл бұрын
с выходом композа, датабиндинг выглядит костылем)))
@xaviersoh3 жыл бұрын
@@PhilippLackner Me too
@xaviersoh3 жыл бұрын
@@КонстантинЪЪЪ 😂😂😂 of course
@potrebitel20083 жыл бұрын
Very good tutorials Philipp, thank you! Actually textAlign = TextAlign.Center doesn't center your text as expected, why?
@PhilippLackner3 жыл бұрын
TextAlign.Center centers the text within the bounds of the text, not within the container the text composable is in
@kuntito2 жыл бұрын
Anyone know how to make the color of the `TextDecoration.LineThrough` different from the text color?
@carlosmspk2 жыл бұрын
I doubt that's possible. It'd be the same as changing bold or italics color
@UserBkj3 жыл бұрын
Awesome
@CosmoVision1 Жыл бұрын
thank you
@WiiHack3 жыл бұрын
Thank you :)
@alfian35703 жыл бұрын
nice
@PhilippLackner3 жыл бұрын
Thanks
@funnymoment91643 жыл бұрын
Thanks
@dmytromarchuk30233 жыл бұрын
Styling text made easy
@stefanosgiannakis71513 жыл бұрын
Thx
@imnithish3 жыл бұрын
dope
@congdanhtruong4333 жыл бұрын
Will Jetpack Compose become the future of Android?
@PhilippLackner3 жыл бұрын
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)
@AntonioGonzalezsanchez2 жыл бұрын
Comment below
@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. 😂😂😂