Advanced layout concepts - MAD Skills

  Рет қаралды 64,003

Android Developers

Android Developers

Күн бұрын

Пікірлер: 56
@AndroidDevelopers
@AndroidDevelopers Жыл бұрын
Catch the previous episodes → goo.gle/layouts-mad
@pitersiri2466
@pitersiri2466 Жыл бұрын
👍
@tonyarippons-go1cu
@tonyarippons-go1cu Жыл бұрын
❤️
@farazahmed7
@farazahmed7 Жыл бұрын
She is the best one on the series.
@technophile_
@technophile_ Жыл бұрын
Great job with this series guys 🎉 Absolutely loved every single episode❤️! Proud to be part of this amazing community 💚! Looking forward for more content! Especially compose related, cause I just can’t stop loving compose! Cheers💛!
@jahangirahmad7698
@jahangirahmad7698 Жыл бұрын
Everything is just amazing. The content of the tutorial is simple and to the point. Waiting for some other tutorials as well.
@AndroidDevelopers
@AndroidDevelopers Жыл бұрын
We're happy that you've enjoyed the tutorial, Jahangir. Thank you very much for your feedback 😀
@jahangirahmad7698
@jahangirahmad7698 Жыл бұрын
@@AndroidDevelopers I am waiting for new videos.
@KingFuYouTube
@KingFuYouTube Жыл бұрын
Thank you for the guide. More of this please. 😊
@rainerbersem
@rainerbersem Жыл бұрын
Good, this tutorial helps me take my design implementations to the next level
@Gafdan2
@Gafdan2 11 ай бұрын
This video is a great starting point. Thank you!
@FabielCasas
@FabielCasas Жыл бұрын
Thanks for these videos. They were really insightful; now I wonder in what phase is the best to make UI interactions, like, for instance the dragging of an element on the screen
@isaissb
@isaissb Жыл бұрын
I think it would have been nice to mention you can take advantage of intrinsic measurements in the MeasurePolicy of the Layout composable, since the measurables at 4:50 implement interface IntrinsicMeasurable.
@367labs
@367labs Жыл бұрын
Thank you for putting your efforts in these kind of videos, very interesting. However, if you guys could show how custom layout might be useful by coding an example UI that would be awesome, just like you taught where to use IntrinsicSize with an example.
@AndroidDevelopers
@AndroidDevelopers Жыл бұрын
Thank you very much for the feedback. We'd recommend checking out this video regarding Custom layouts and graphics in Jetpack Compose via this link 😀: goo.gle/3Ev8Csm
@ArthurKhazbs
@ArthurKhazbs Жыл бұрын
Top shelf, as always! Thank you!
@SiamakAshrafi
@SiamakAshrafi Жыл бұрын
Great info. Thanks!
@Ankhyl
@Ankhyl 6 ай бұрын
Does the Modifier for intrinsic need to be in the context of the parent? Let's say those Texts were part of other custom composable, should they use the context in their composable or from the parent?
@kristianmares
@kristianmares Жыл бұрын
Nice tutorial, thanks
@nguyencodervn
@nguyencodervn Жыл бұрын
Wonderful job
@johnhammer8668
@johnhammer8668 Жыл бұрын
11:26 what is this magic. How did all the lines are edited at the same time?
@Mefetran
@Mefetran 4 ай бұрын
Just press Ctrl+Shift+Alt and click several times on places where you need to type. Esc button cancel this behaviour.
@ankitsingh-rb8pc
@ankitsingh-rb8pc Жыл бұрын
Hi one question tho, what if we want to have all the item in a lazy column to have same width as maximum width item , we can't use intrinsic size there what should be the optimal solution for this situation?
@vincenterudzik
@vincenterudzik Жыл бұрын
I have the same question. It looks like there are some workarounds but if Google would provide guidance on this, that would be nice
@bofu9662
@bofu9662 Жыл бұрын
Nice course, Verrrrrrrrry helphul!
@Kiet1
@Kiet1 Жыл бұрын
Please consider using light theme for code as it's more accessible for those with astigmatism and watching on low quality (due to bad internet).
@thelittlenaruto
@thelittlenaruto Жыл бұрын
Either I didn't understand the compose fully or it is still in the very beginning phase. For example, we end up creating so many remember variables that we only forget which one is for what.
@balabuyew
@balabuyew Жыл бұрын
How intrinsic size calculation can be "cheaper" and "easier" then ordinal measure?
@haldir4588
@haldir4588 Жыл бұрын
Can you give us an example of when to use SubcomposeLayout and when not needed?
@tmjromao
@tmjromao Жыл бұрын
Thanks for the explanations. How about animation, where, how does it fit in compose implementation?
@AndroidDevelopers
@AndroidDevelopers Жыл бұрын
Hello Tiago! If you'd like to learn additional resources regarding animation, please check out the following video: goo.gle/3kqAiI7
@jeremycharlybryanlamasse
@jeremycharlybryanlamasse Жыл бұрын
Impressive lesson, but I would have liked to see a more detailed presentation especially for beginner plus and intermediate levels
@technics6215
@technics6215 Жыл бұрын
So there will be no XML layouts?
@lush93yt
@lush93yt Жыл бұрын
Helpful content. Like these kind of topic.
@mstep7935
@mstep7935 Жыл бұрын
I swear it's like a maze trying to find information on compose.
@ghZTrikz
@ghZTrikz Жыл бұрын
Thanks, that a little bit hard for now, and not so much needed to use (for me, but hope for later;)), waiting for the start and end of the game development (Galaxy versus little androids:c)
@Teste-qf1gk
@Teste-qf1gk 6 ай бұрын
How to do this in a Lazy List?
@MrLongquangpham
@MrLongquangpham Жыл бұрын
we could not founđ enable the Enable new Logcat tool window, so how do about it, we don't want new logcat
@sergebureau2225
@sergebureau2225 Жыл бұрын
Very good video, thank you
@ingenieroluisfer
@ingenieroluisfer Жыл бұрын
👋🏻🇨🇴🧑🏻‍💼👍🏻🤝🏻 Saludos desde la ciudad de Bogotá D.C. Buena información
@albab790
@albab790 Жыл бұрын
Thank you
@roshanpvarghese4280
@roshanpvarghese4280 Жыл бұрын
Liked the video but felt like there could've been better Custom Layout examples used for explaining Subcompose layout. I don't feel my understanding of sucompose improved much after watching this video.
@mondoshigua
@mondoshigua Жыл бұрын
👋🏼🇨🇴🧔🏻👍🏼🤝🏻 Saludos desde Colombia.
@elohimalves
@elohimalves Жыл бұрын
Jetpack Compose simpler, faster, easier to understand and teach. JC came to stay.
@dzartxstudio
@dzartxstudio Жыл бұрын
Everything is just amazing. The content of the tutorial is simple and to the point. the girl is so cute it's makes me focus more then i used to Waiting for some other tutorials as well.
@migvelv
@migvelv Жыл бұрын
Bruh
@asfahasaliem
@asfahasaliem 5 ай бұрын
but it makes me focus less
@RosySingh-rv9lc
@RosySingh-rv9lc 19 күн бұрын
ㄛ9😊😊😊😊​@@asfahasaliem
@hakeunchung3010
@hakeunchung3010 Жыл бұрын
워터마크 삭제 뛰우지 않게 하는 방법은 없습니까?
@NoxmilesDe
@NoxmilesDe Жыл бұрын
Cool
@rightpureman5183
@rightpureman5183 Жыл бұрын
Can any flagships Android phone code an app out of it ? Since the phone maker saying the phone make from some great chip in it ?....It getting more more expensive... But so little thing that user can do with it ?!?!?!?!? Confused,wasted!?!
@iZakirSheikh
@iZakirSheikh Жыл бұрын
Good
@thecsciworker291
@thecsciworker291 Жыл бұрын
Got.....Damn!
@mdrasil1170
@mdrasil1170 3 ай бұрын
Bangladesh
@parendrareang6273
@parendrareang6273 Жыл бұрын
What's her name?
Compose Layouts and Modifiers: Live Q&A - MAD Skills
46:16
Android Developers
Рет қаралды 11 М.
Fundamentals of Compose Layouts and Modifiers - MAD Skills
11:56
Android Developers
Рет қаралды 106 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
Advanced layout animations in Compose (Shared elements)
30:33
Android Developers
Рет қаралды 24 М.
Custom Layouts In Jetpack Compose - Crash Course
14:22
Philipp Lackner
Рет қаралды 20 М.
The Biggest Mistake Intermediate React Developers Make
18:32
Cosden Solutions
Рет қаралды 41 М.
I Helped 2,000 People Walk Again
15:31
MrBeast
Рет қаралды 26 МЛН
Custom layouts and graphics in Compose
20:25
Android Developers
Рет қаралды 57 М.
I've Used Jetpack Compose For 4 Years - Here's the Good and the Bad
16:12
Английский глагол, у которого нет будущего
15:57
Английский с Ириной Кузьминой
Рет қаралды 19 М.
Constraints and modifier order - MAD Skills
12:23
Android Developers
Рет қаралды 36 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН