Тёмный
No video :(

Constraints and modifier order - MAD Skills 

Android Developers
Подписаться 1,3 млн
Просмотров 32 тыс.
50% 1

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

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@AndroidDevelopers
@AndroidDevelopers Год назад
Catch more videos → goo.gle/layouts-mad
@roshanpvarghese4280
@roshanpvarghese4280 Год назад
Highly condensed video content. Learnt a lot. Thank you!
@AndroidDevelopers
@AndroidDevelopers Год назад
It's our pleasure, Roshan! Glad you enjoyed the video 😎
@AdamPittman-qe3qp
@AdamPittman-qe3qp Год назад
​@@AndroidDevelopers1:17
@AdamPittman-qe3qp
@AdamPittman-qe3qp Год назад
​@@AndroidDevelopers1:29
Год назад
Awesome episode! Very very educational. Thank you!
@ramezsnober6425
@ramezsnober6425 Год назад
Well done video, it helps you to easily understand how modifier works behind the scene
@user-je6gu6zg4s
@user-je6gu6zg4s Год назад
At 11:28 it's not clear to me why the clip draws itself at the center of the canvas instead of from the top left corner.
@KingFuYouTube
@KingFuYouTube Год назад
thank you for the guide. Please make more of this.
@mgregory22
@mgregory22 6 месяцев назад
Extremely good presentation!
@codeone6423
@codeone6423 7 месяцев назад
wow this was amazing
@hj2931
@hj2931 Год назад
Really useful video, nice job!
@AndroidDevelopers
@AndroidDevelopers Год назад
We're happy to hear this was helpful for you 🙂 If you'd like additional information about Compose modifiers, feel free to check out the resource linked below ⬇ goo.gle/3JlrE82
@jeremycharlybryanlamasse
@jeremycharlybryanlamasse Год назад
It finally made more sense to me, thanks!!
@johnhammer8668
@johnhammer8668 Год назад
How does the root node decide what the height and width constraint should be ?
@matthewharris3572
@matthewharris3572 Месяц назад
Was wondering the same thing, but it probably starts with the root node using all available space depending on what type of layout it is (so if compose view is taking up entire viewport, and the first compose node is unbounded, the constraints are probably bound to the size of the screen).
@Zhuinden
@Zhuinden 6 месяцев назад
I like this video because it has nice illustrated visual examples, but everything about it works exactly the opposite compared to what I'd normally expect. Odd. As a lot of people do like this, maybe I'm the one working in reverse.
@YuzW-oz2um
@YuzW-oz2um Год назад
So clear!
@amirhosseinghafoorian9985
@amirhosseinghafoorian9985 Год назад
amazing video, thanks a lot
@kee1o
@kee1o Год назад
There’s Denis Neklyudov in the Image ) 1:00
@jakubpika
@jakubpika Год назад
Hi Jolanda!
@Jenis_Sanghani
@Jenis_Sanghani Год назад
Thank you please Help me to start with compose.
@AndroidDevelopers
@AndroidDevelopers Год назад
We have some great resources to help you get started with Compose. Check out our Introduction to Compose Basics from our MAD Skills series here: goo.gle/418kdaF We also have a guide on building your first app with Compose. You can find it here: goo.gle/419n1US
@zaryabK-vi8fh
@zaryabK-vi8fh Год назад
question I used border on column like bending the top left and top right edges but the ripple effect or the click effect still took the whole column
@hashemmousavi2451
@hashemmousavi2451 Год назад
You should wrap it in Surface and use the onClick Lambda.
@zaryabK-vi8fh
@zaryabK-vi8fh Год назад
@@hashemmousavi2451 border the surface right
@hashemmousavi2451
@hashemmousavi2451 Год назад
@@zaryabK-vi8fh I think so, I it doesn't work let me know
@zaryabK-vi8fh
@zaryabK-vi8fh Год назад
@@hashemmousavi2451 I did and nothing changed so I just left it there
@chicongvu8062
@chicongvu8062 Год назад
Love it
@parihar-shashwat
@parihar-shashwat Год назад
Remember when we used to create all complex ui using just linearLayout and RelativeLayout .
@agungwatanabe318
@agungwatanabe318 Год назад
I actually can't believe someone still thinking that modifier order doesn't matters
@kamikakushi_
@kamikakushi_ 8 месяцев назад
Everyone needs to start somewhere. I thought at first, the API looks similar to a builder pattern and so I thought the chain order does not matter. That's why when I realize something amiss with the modifier function(s) behaviour, I look up the documentation and they wrote: "The order of modifier functions is significant".
@TheMikkelet
@TheMikkelet Год назад
I thought we were going away from Views because the View class had gotten too bloated, but now it feels like we just have a bloated Modifier class 😅
@saidooubella
@saidooubella Год назад
The `Modifier` is an interface, and every other method you call on it it's just an extension function. Therefore, no the Modifier interface isn't bloated.
@TheMikkelet
@TheMikkelet Год назад
@@saidooubella Ah that's fair. Wonder why they didnt make the View to work this way
@saidooubella
@saidooubella Год назад
@@TheMikkelet I guess because it was written in Java.
@n-o-i-d
@n-o-i-d Год назад
@@TheMikkelet Probably because in 2007-2008 Android had to be rushed to the market in order to compete with iOS, which looking back, was a smart choice because Android is now still around. Otherwise, Android would be just like Windows Phone, with a pretty strong tech foundation, but DEAD :D
@thecsciworker291
@thecsciworker291 Год назад
@@n-o-i-d Android was around before iOS. iOS was just more popular. Android was conceived in early 2000's and bought by Google in 2005. The only thing that iOS impacted was forcing Android to move from being button based to touch based.
Далее
Advanced layout concepts - MAD Skills
13:42
Просмотров 57 тыс.
لدي بط عالق في أذني😰🐤👂
00:17
Просмотров 4,6 млн
Will A Guitar Boat Hold My Weight?
00:20
Просмотров 19 млн
Bike Challenge
00:20
Просмотров 10 млн
Compose Modifiers deep dive
21:02
Просмотров 34 тыс.
From data to UI: Compose phases - MAD Skills
6:57
Просмотров 48 тыс.
Introduction to drawing in Compose
9:29
Просмотров 44 тыс.
Nothing is really cool in Kotlin
7:43
Просмотров 4 тыс.
Accelerate development: Compose tooling - MAD Skills
8:29
State in Jetpack Compose
43:46
Просмотров 72 тыс.
Gestures in Jetpack Compose
31:33
Просмотров 23 тыс.
More performance tips for Jetpack Compose
20:47
Просмотров 39 тыс.
Performance best practices for Jetpack Compose
21:17
Просмотров 84 тыс.