The only lecture on youtube that really motivated me to use constraint layout. Thanks to Rebecca who taught it so beautifully and I must say that it was engaging and fun.
Wow, spent one week looking at videos on Constraint Layouts to train myself and this one does much more in terms of explaning in detail and an easy way what constrint layouts are and how to implement them. Wish all videos were like this one. Excellent Job!!
Wow, awesome presentation!! I've gone thru a couple of training courses that are 3+ hours long and didn't come close to covering the amount of ground Rebecca covers in 45 minutes. Great job!
Before this i was wondering i can do all design with linear layout by nesting or by adding weight to it it but Now I came to know i was wrong and i really like that "chain" feature ... thank you so much for this clear understanding.
Thankyou for actually explaining tNice tutorialngs. Other videos that I watched started talking about how to make soft and didn't ntion anytNice tutorialng
Thank you very much for this tutorial. Building my first Android app coming from IOS is this helps tremendously. Thanks again from on African to another. :)
Really thanks Rebecca, the pace and the way of explanation is too good, this is the best of ContrainLayout feature explanation so far seen, thanks again.
from Pakistan > thank you so much for this useful interesting video i really learn it by seeing in this video. i like the way you teach its really nice and easy to understand. for those who dislike this video are jealous with your knowledge skills
34:02 I want to say something here. In layout 1 there was an ImageView and it seems that in the alternative layout you just deleted it. From what I found out, this will only work properly with match_constraints (0dp) because the ImageView will shrink to gone-size. But for example with wrap_content it will still appear on the 2nd layout, just without any constraints, because it doesn't actually remove the view after the transition, it just changes the constraints. So I think the proper way of doing this is by setting the visbility to gone or the size to 0dp instead of just deleting it from layout 2.
is there any layout or process, after completing it our app can run smoothly on all types of devices e.g.make a puzzle game on single layout and that puzzle game will smoothly run on different size of android phone, tablets and smart watches.
Its very informative so far. However I have one question about how to achieve large screen design using constrain layout. Generally we achieve such case using scrollview or nested scrollview. Can any one come across with this kind of scenario.
Rebecca said layouts within layouts slow things down -- the previous advice from Google had been that it is *Linear* Layouts within Layouts that slow things down. Relative Layouts in Relative Layouts were not supposed to be such a performance hog.
Hey Folks! 👋🏻 I have a new video out on how to use MotionLayout - ruclips.net/video/mR7TqG2gVJs/видео.html Let me know on Twitter what you think - twitter.com/riggaroo
I find it funny how y'all avoided using a RecyclerView in this layout. I tried to simply position a RecyclerView below a toolbar. Didn't work the way it should. It keeps going under it. Perhaps Google shouldn't be releasing half-done components.
why don't you just put constrain layout inside scroll view ? I would avoid using alight parent end since you don't know the end, just push items to left or right of an anchor layout which will be sticked to a left side of the parent
The only lecture on youtube that really motivated me to use constraint layout. Thanks to Rebecca who taught it so beautifully and I must say that it was engaging and fun.
Oii
Logotipos da
32gb memorey 3gb ram link my mobile Samsung Galaxy j2 prime
ruclips.net/video/FkM7n1ZcbMA/видео.html
The 1st lecture on contraintlayout that inspired me to use it
Finally I found a good video about Constraintlayout. Had a clear idea.
Me too I have been struggling a lot
Thank you
Thank you
My all link image
Thanm you
It's really simple to understand
It shows why is recomended to use constraintlayout.
Thanks for all
Very good video on constraint layout. All information provided as well as left room for experimentation.
The best ever constraint layout walkthrough. This video just unveil most of the power of constraint layout. Thanks Rebecca for this amazing talk.
This is the best walkthrough of constraint layout from min 27+ its pure gold
Wow, spent one week looking at videos on Constraint Layouts to train myself and this one does much more in terms of explaning in detail and an easy way what constrint layouts are and how to implement them. Wish all videos were like this one. Excellent Job!!
the best ConstraintLayout tutrial i`ve ever seen
Wow, awesome presentation!! I've gone thru a couple of training courses that are 3+ hours long and didn't come close to covering the amount of ground Rebecca covers in 45 minutes. Great job!
Very nice Rebecca, After watching your video we are clear about the ConstraintLayout concept thanks a lot.
This is really helpful. Thanks for making ContsraintLayout so simple!!
Thank you
Best presentation I've found in YT.
Thanks for this
Once you get used to it, it's actually quite fun to use.
Before this i was wondering i can do all design with linear layout by nesting or by adding weight to it it but Now I came to know i was wrong and i really like that "chain" feature ... thank you so much for this clear understanding.
Cool Rebecca, Nice description of ConstraintLayout
Thankyou for actually explaining tNice tutorialngs. Other videos that I watched started talking about how to make soft and didn't ntion anytNice tutorialng
Really cool explain and easy understand about the ConstraintLayout concept thanks you.
Thank you very much for this tutorial. Building my first Android app coming from IOS is this helps tremendously. Thanks again from on African to another. :)
Finally some good explanation of constraintlayout! Thanx dear
Really thanks Rebecca, the pace and the way of explanation is too good, this is the best of ContrainLayout feature explanation so far seen, thanks again.
from Pakistan > thank you so much for this useful interesting video i really learn it by seeing in this video. i like the way you teach its really nice and easy to understand.
for those who dislike this video are jealous with your knowledge skills
Great walkthrough and very easy to follow, thanks!
Most well explained video ever found in youtube.
Useful video....thank you
Quite explained better than Google guys
Thanks for describing problems with ConstraintLayout :)
best explanation for beginer
Nice introduction to layouts in Android... especially ConstraintLayout :) cc @TheRiggaroo
Very clear and informative. Thanks Rebecca!
34:02 I want to say something here. In layout 1 there was an ImageView and it seems that in the alternative layout you just deleted it. From what I found out, this will only work properly with match_constraints (0dp) because the ImageView will shrink to gone-size. But for example with wrap_content it will still appear on the 2nd layout, just without any constraints, because it doesn't actually remove the view after the transition, it just changes the constraints. So I think the proper way of doing this is by setting the visbility to gone or the size to 0dp instead of just deleting it from layout 2.
:P
It's made my day and helped me understand the ConstraintLayout and what I needed to know.
Thanks for the video.
good video, its easy to understand and learn
Fantastic video bro, legend.
Good work Rebecca
Lots of interesting UX profiling tools a the end.
Really Helpful 👍
Thank you for making this video. I was looking for the same, and finally I fount it.
Nice and clean introduction. Thank you
very informative lecture.
is there any layout or process, after completing it our app can run smoothly on all types of devices e.g.make a puzzle game on single layout and that puzzle game will smoothly run on different size of android phone, tablets and smart watches.
I Love Your Style of delivering info on CL
This is a brilliant color theme. Which color theme is this?
Nice presentation on ConstraintLayout :)
Thank you Rebbeca very informative presentation, i now better understand the constraint layout.may you kindly share the slide please.
Would it be possible to have the resource links at the end of the presentation in the description? Kinda hard to type out the whole url :/
Great presentation!
Finally found something useful :) Thank you
Great presentation right there.
So ConstraintLayout solves multi size screen support issue alone, right? Or we have to any other feature additionally also?
Thanks for this tutorial
quite complex to at first but the most versatile layout
NICE PRESENTING
i hit the like button and subscribe also for this great effort ...
such a best video....thank u so much...
really clear for me! thank you!
Nice video
Amazing good job 👏👏👏
Thanks this helped me a lot to master Constraint Layout
grate lecture
Interestingly, ConstraintLayout is interesting.
Thanks Rebecca, it was really helpful.
thank you so much for this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If you are here for aligning a view centered over the edge of another view then it is called "center constraints" -> 30:12
Its very informative so far. However I have one question about how to achieve large screen design using constrain layout. Generally we achieve such case using scrollview or nested scrollview. Can any one come across with this kind of scenario.
Great, now all android tutorials are going to be done in Kotlin. How do we animate using java code?
Its all we need. Great!
Rebecca said layouts within layouts slow things down -- the previous advice from Google had been that it is *Linear* Layouts within Layouts that slow things down. Relative Layouts in Relative Layouts were not supposed to be such a performance hog.
Anyone to confirm please?
thanks a lot, this video is a treasure :)
Thank You!!! For knowledgeable tutorial
More than Amazing Thank you so Much.
very good explanation
Is the code avalible for the example shown in video
This is gold !!
perfect video thanks a lot
Amazing
Very helpful!
This is a very very cool video, I'm happy ;) yeah
thanks alot its really helpful
You are amazing
Can I get the code of last animated layout demo?
creating the ui for my apps was a real headache to me, not any more !
She is magical
Hey Folks! 👋🏻 I have a new video out on how to use MotionLayout - ruclips.net/video/mR7TqG2gVJs/видео.html
Let me know on Twitter what you think - twitter.com/riggaroo
You are fantastic! Thank you so much :D
its a greeting as only Android studio
Someone please tell me can we use ConstraintLayout inside ScrollView?
A link to the presentation is helpful.
Thank you so much
starts @6:40
and actually starts @9:50
best best best
Thanks Rebecca !
Thank you
Can you put code from demo in github ?
Awesome.
All this time i have been using like 0.001% of its power
plz provide link for the slides
video starts at 10:00
Plz say about animation in constraint layout in java code
I find it funny how y'all avoided using a RecyclerView in this layout. I tried to simply position a RecyclerView below a toolbar. Didn't work the way it should. It keeps going under it. Perhaps Google shouldn't be releasing half-done components.
how to use a horizontal scroll in constraint layout
can anyone help me
pramod behera I'm looking for this answer
why don't you just put constrain layout inside scroll view ? I would avoid using alight parent end since you don't know the end, just push items to left or right of an anchor layout which will be sticked to a left side of the parent
Beauty