Тёмный

Constraint Layout with Jetpack Compose 

CodingWithMitch
Подписаться 145 тыс.
Просмотров 11 тыс.
50% 1

The BEST android courses in the world: codingwithmitch.com/
In this video I teach you how to use Constraint Layout with jetpack compose.
Code: github.com/mitchtabian/MVVMRe...
Constraint Layout Examples: gist.github.com/mitchtabian/7...
Follow me:
Instagram: / codingwithmitch
Twitter: / mitch_tabian
.
.

Наука

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

 

30 дек 2020

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@mehulbisht9708
@mehulbisht9708 3 года назад
engagement: On the eve of New Year, Mitch will pin this comment without any reason.
@GidzPaul
@GidzPaul 2 года назад
Looks like it worked :D
@mehulbisht9708
@mehulbisht9708 2 года назад
@@GidzPaul lol it's been 6 months I didn't even remember I did that 🤣
@alexrusanovschi218
@alexrusanovschi218 3 года назад
Stack is actually not deprecated but straight on removed. I tried using Compose in one of my current live projects, and out of the sudden Stack just disappeared from sources after me updating the compose lib version. I almost ran out of hair to pull off looking for what happened to stack. then I look in the layout library and see a new component called Box where Stack used to be... but as you saw the guides still refer to it as Stack. That's why I stopped using compose after that. But that doesn't mean your video is not ENGAGING!!! quite the contrary actually. and really LIKEable!!! Happy New Year Mitch!!!!!
@codingwithmitch
@codingwithmitch 3 года назад
lol that makes sense because I couldnt find the class definition either. Makes sense because they removed it
@Hacker-x
@Hacker-x 3 года назад
This time. I am watching this video after dental surgery. Thanks Mitch. Following from Oman 🥵🤒
@codingwithmitch
@codingwithmitch 3 года назад
Got some nice new teeth?
@Hacker-x
@Hacker-x 3 года назад
@@codingwithmitch Yup, Hollywood smile soon😁
@randafahmy9688
@randafahmy9688 3 года назад
And I am from Egypt ☺️☺️☺️ الف سلامه 😊
@Hacker-x
@Hacker-x 3 года назад
@@randafahmy9688 الله يسلمك.. عافية.
@pxnx
@pxnx 3 года назад
Seemed so complex at first glance, but it's much easier than I thought. Excellent one✨ A good 2021, Mitch. You've earned it (multiple times) 🚀
@vengateshm2122
@vengateshm2122 3 года назад
Happy New Year. Thank You. Hope this new year will be as simple as Columns and Rows and not complicated as ConstraintLayout. Best course on the universe really.
@YouGuto
@YouGuto 3 года назад
Happy new engagement year!!! Liked from south Brazil
@shivamsethi3829
@shivamsethi3829 3 года назад
As always, great
@mytubekt
@mytubekt Год назад
As always, great explanation for complex topics! 👏🏻
@mishaeliseev
@mishaeliseev 3 года назад
Happy New Year, Mitch !
@bboydarknesz
@bboydarknesz 3 года назад
Oh happy eve of New Year, Mitch! I don't know if I already pass my xmas till eve New Year in one day
@rahhi9792
@rahhi9792 3 года назад
happy new year 🎆 mitch
@muhammedshahin6299
@muhammedshahin6299 Год назад
Thank you, Mitch.
@codingwithmitch
@codingwithmitch Год назад
Thanks for all your engagement 😉
@HelloBayzid
@HelloBayzid 3 года назад
Love you sir.
@daniyal4757
@daniyal4757 2 года назад
Bro you are the best
@bakytdjumabaev469
@bakytdjumabaev469 3 года назад
thank you very much!
@ChrisAthanas
@ChrisAthanas 3 года назад
Getting sails engaged and pumped for the 100k continent
@11m0
@11m0 2 года назад
very helpful
@sourcecode6467
@sourcecode6467 3 года назад
Another quality video by the best. This does seem like heavy work compared to building UI with the visual editor/XML, I'm struggling to see the advantages. It maybe a little more efficient, but these gains are probably negligible in the grand scheme of things and wouldn't warrant the additional workload involved. I could of course be completely wrong 🤪
@codingwithmitch
@codingwithmitch 3 года назад
Rows, columns and Box seem to be the way to go for jetpack compose. At least 95% of the time
@jhatpatchutpk
@jhatpatchutpk 2 года назад
exactly my thoughts
@ailacherim
@ailacherim 3 года назад
Happy New Year!!!!
@safwenchaieb2915
@safwenchaieb2915 3 года назад
Thank you mitch , please can you make a video on how to get your first junior android job , I mean the complete guide :)
@tom-wz5le
@tom-wz5le 2 года назад
Thanks
@randafahmy9688
@randafahmy9688 3 года назад
Hey Mitch, what an amazing video, could you please make a video about animations using jetpack compose? I believe there is not much resources and examples on it
@codingwithmitch
@codingwithmitch 3 года назад
Yep the next couple videos will be animations
@randafahmy9688
@randafahmy9688 3 года назад
Yaaaaay can't wait 👏👏👏
@uwaisalqadri6703
@uwaisalqadri6703 3 года назад
cool
@codingwithsam4992
@codingwithsam4992 2 года назад
5:40 Bro, you are using android studio canary which is not the stable version, so basically we should not be surprised with these type of bugs
@DevTech-du4zy
@DevTech-du4zy 6 месяцев назад
In the new version, I don't see WithConstraints so this worked for me. BoxWithConstraints( modifier = Modifier.fillMaxSize() ) { val constraints = if (minWidth < 600.dp) { myDecoupledConstraints(0.3f) } else { myDecoupledConstraints(0.7f) } ConstraintLayout(modifier = Modifier.fillMaxSize(), constraintSet = constraints) { CircularProgressIndicator( modifier = Modifier.layoutId("progressBar"), color = MaterialTheme.colors.primary ) Text( text = "Loading...", style = TextStyle( color = Color.Black, fontSize = 15.sp ), modifier = Modifier.layoutId("text"), ) } }
@tonnie7079
@tonnie7079 2 года назад
Here is your Engagement Mitch
@johnybaby9574
@johnybaby9574 3 года назад
wait why is 600.dp??
@raghavendpai
@raghavendpai 3 года назад
engagement🧐🧐🧐
@speedboy93640
@speedboy93640 2 года назад
EngagementLayout
Далее
Animations Introduction (Jetpack Compose)
22:44
Просмотров 8 тыс.
Վարդավառը Գյումրիում
00:15
Просмотров 158 тыс.
Shimmer Loading Animation with Jetpack Compose
43:24
Просмотров 10 тыс.
Pagination with Jetpack Compose
23:15
Просмотров 15 тыс.
Scaffold and Slot APIs with Jetpack Compose
11:52
Просмотров 11 тыс.
Dark Theme and Light Theme (Jetpack Compose)
31:14
Просмотров 18 тыс.
State Hoisting with Jetpack Compose
10:29
Просмотров 12 тыс.
Advanced state and side effects in Jetpack Compose
41:21
CONSTRAINT LAYOUT BASICS - Android Fundamentals
14:02
Advanced layout concepts - MAD Skills
13:42
Просмотров 53 тыс.
Подключил AirPods к Xbox
0:45
Просмотров 24 тыс.
ИГРОВОВЫЙ НОУТ ASUS ЗА 57 тысяч
25:33
Здесь упор в процессор
18:02
Просмотров 75 тыс.