Android - Building a layout from Scratch using ConstraintLayout - and Q&A

  Рет қаралды 50,565

Rebecca Franks

Rebecca Franks

Күн бұрын

Пікірлер: 65
@riggaroo
@riggaroo 2 жыл бұрын
Please use this link to access the resources for this workshop - the other link expired drive.google.com/drive/folders/0B7jzFAPAscSMdURzMHNHZ3NtSjQ?resourcekey=0-hm0rViMZOkZXNO8L9Ky8Kg
@trocchiettoski
@trocchiettoski 6 жыл бұрын
Rebecca this build from scratch approach helped me a lot, thanks
@BabaSaiBatte
@BabaSaiBatte 6 жыл бұрын
Learned exactly what I needed about constraint layout. Thanks for the video!
@LiranBarsisa
@LiranBarsisa 7 жыл бұрын
Some comments: 1. 25:18 This is an annoying bug. Wrote about it here: issuetracker.google.com/issues/70118726 2. 28:57 Another issue. reported here: issuetracker.google.com/issues/70118782 3. 43:36 You aren't supposed to set capital letters to the text of the button. The button already does it for you.
@divinedube5725
@divinedube5725 7 жыл бұрын
hello Riggaroo and fellow coders!!! UJ student in the house!!!!, cant wait to see whats bakin today in the android house (thinking... oreos..) super excited, cant wait!
@sayedaliyahyaazhar4218
@sayedaliyahyaazhar4218 4 жыл бұрын
Well done Rebecca!!!! keep up the great contents....
@kd_dev1192
@kd_dev1192 6 жыл бұрын
Thank you for taking your time and making this video. It was really helpful. I would love it if you make videos like this more often. Tnx again.
@ramanrajagopal
@ramanrajagopal 7 жыл бұрын
Thanks for deciding to do one. Cleared lot of my doubts.
@AlaminBhuian
@AlaminBhuian 6 жыл бұрын
Thank you very much. Your contents are very rich and helped me to understand android layouts.
@AhamBramhasmi01
@AhamBramhasmi01 6 жыл бұрын
the very best explanation on constraintlayout I have ever seen your demo app is also simply superb thank you very very much for the great explanation. I still have some questions on constraint layout can you please make another video with much more complicated layout so that we can have better understanding.
@MrTASouza
@MrTASouza 7 жыл бұрын
Thanks for the video, really helped discover some really nice ways to work with constraint layout. Just a suggestion: you should put all links you've show in the video in the description.
@lovkeshsinghkhalsa
@lovkeshsinghkhalsa 5 жыл бұрын
Will you please tell me the exact ratio of header and poster images like you say in tutorial 16*9, 2*2 which mean like pixel, inches, dp or else
@haysarodrigues6836
@haysarodrigues6836 7 жыл бұрын
Thanks Rebecca! Hope you do it more times!
@lucianogreg1248
@lucianogreg1248 6 жыл бұрын
Hi Rebeca, i download your demo, i notice you commented a Nested Scroll .So if you need to scroll vertically all the screen not work . I try to put instead below theparent constraint Layout a ScrollView and inside a new constranit layout with all the elements. Thats work fine and i can now scrool all the layout, but the problem animation breaks, when i click the image can not interact with the animation. So ithink Constraint work ok but if you need to add scrool problems begins. and all the potencial of animation cant be used with scroll. You notice that ?
@lucianogreg1248
@lucianogreg1248 6 жыл бұрын
Finally I found a solution, I make a wrapper layout that have a scrollView as parent and include inside the origin constraint layout of your animation (with the include directive). Then in the code the only change i have to make is to set the contentView as my wrapper layout. Now it works, it scrolls all screen and animation also run ok , because the ConstraintSet still read your originals layouts. Hope it helps ! greetings from Argentina !
@CyrusTheGreatKing
@CyrusTheGreatKing 6 жыл бұрын
Hi, is it possible to make a 3 by 3 layout with constraitLayout? I'm a beginner and want to creat a tic tac toe board, I kinda know how to make it with relativaLayout and linierLayout inside it!
@prasuguna
@prasuguna 6 жыл бұрын
Excellent one Rebeccas Thanks a bunch!!
@easycodes7131
@easycodes7131 5 жыл бұрын
So when applying ratio that's how the image will look on all screen sizes?
@GerardPaligot
@GerardPaligot 7 жыл бұрын
I'm happy there is a replay, because I couldn't be present at the live. I have questions for you: 1. Your example is interesting but it is easy to put all this screen in a ScrollView? The editor is enough smart to not disturbing you when you design your screen? 2. What's your opinion about ConstraintLayout in items of a RecyclerView? Thanks in advance. Waiting your next live.
@riggaroo
@riggaroo 7 жыл бұрын
Gérard Paligot yes it would require a scrollview to properly work on all screens, it's a shame I didn't get to that point 😊 time ran away with me.. ConstraintLayout items in a recycler view is totally fine 👍 have done it and works well.
@jxsl13
@jxsl13 6 жыл бұрын
thanks for the nice video! would love to see more content :). Also I have got a question about how to use the constraint layout with the adjustResize windowSoftInputMode. I first used the linear layout and it worked properly, but due to the power of the constrained layout I wanted to switch to it, but kind of fail to implement the feature where the layout adapts to the smaller screen size due to the visible keyboard.
@khalidtemsamani1453
@khalidtemsamani1453 5 жыл бұрын
Just a WOW tutorial n explanations THANK YOU !!
@felipefranco7444
@felipefranco7444 6 жыл бұрын
Hello Rebecca. Can you please upload a video that explains how to do the constraints and that when we change to low and big devices the app will still look the same?. Maybe you can send me a link to this info or a video will be more helpful, please. Also can you please send a link to the code for the constraint animation in java.
@xmad9781
@xmad9781 6 жыл бұрын
Thanks for your tutorial... its really heplful. i have a question: your build has a little diffrent from your planed design. i can see there is no title bar on the top. but your live build was showing that (the app name). i tried many times to remove it by change the theme but its always show the title bar or an empty white space on the top. how can i do that ?
@TRK21
@TRK21 6 жыл бұрын
I am new to Android.....can you make some videos on designs like login,enter pin screens
@christophernwezza1271
@christophernwezza1271 4 жыл бұрын
This is really cool and great. Nice one
@mayurpadia332
@mayurpadia332 5 жыл бұрын
Hi, I really liked your video. Thank you so much for uploading it. I have one question, regarding it. I want to layout two two TextView side by side. Horizontally, they will be on the same row. The problem is my TextView1 is overlapping on my TextView2. Please help.
@viridian4388
@viridian4388 5 жыл бұрын
If anybody is here for the code, project starts at 3:31
@randominternet9338
@randominternet9338 7 жыл бұрын
Some notable timeliness 14:18 15:12 17:45 22:28 24:00,24:32 27:57 31:31 34:38 40:18 44:06 1:03:24
@hennasingh04
@hennasingh04 7 жыл бұрын
Amazing Tutorial Rebecca, cleared lot of my doubts for constraint layout but i am facing issue using chains, the option is disabled when i try right clicking on the button. would you know why and how can i enable it. Many Thanks :)
@madhawapriyashantha3722
@madhawapriyashantha3722 4 жыл бұрын
very clear explanation thanks
@davidbrunet2345
@davidbrunet2345 5 жыл бұрын
Tried to do the basic tutorial at codelabs.developers.google.com, but it lacks a lot of information about details. This is absolutely perfect. Love the way you explain everything, and the tips here and there. Thank you !
@safalbhattarai3861
@safalbhattarai3861 3 жыл бұрын
14:18 15:12 17:45 22:28 24:00 24:32 27:57 31:31 34:38 40:18 44:06 1:03:24
@sid.h
@sid.h 7 жыл бұрын
Hi! I have a small suggestion: could you please upload future videos in a higher resolution, preferably >=2k? It doesn't even matter if the original recording is in 1080p but when you upload it to KZbin in high res compression won't ruin it as much. Thank you for your effort!
@sid.h
@sid.h 7 жыл бұрын
Also, I think I just listened to an interview with you in Fragmented podcast episode 42. I recognized you because of the little story about your name. Cheers!
@riggaroo
@riggaroo 7 жыл бұрын
Thanks for the suggestion - will try adjust the settings for the next time :)
@ahteramkhattak2243
@ahteramkhattak2243 5 жыл бұрын
can you please increase the fontsize of the editor in android studio the next time you do a live stream. that would be great.
@mahdib9361
@mahdib9361 4 жыл бұрын
Amazing Video thanks
@salimujtabas
@salimujtabas 6 жыл бұрын
great stuff. helping me a lot. thank u very much.
@nagabhushansb7350
@nagabhushansb7350 6 жыл бұрын
Nice intro (in quite depth) of constraint layout! Just one issue the video quality :)
@mahdib9361
@mahdib9361 4 жыл бұрын
Please Upload More Video in KZbin
@master-x7283
@master-x7283 4 жыл бұрын
Thanks! It was very helpful.
@mmddyyyy-his
@mmddyyyy-his 5 жыл бұрын
It's terrible that Android is just reinventing the wheel, I mean, I could do that in a matter of minutes with HTML and CSS without the help of that view designer, i can just imagining each component positions, I can just using Vim, I am doing several Android UI and it's been a Painful experience
@bjugdbjk
@bjugdbjk 7 жыл бұрын
Thank you so much ..quite informative.
@nicolassuarez144
@nicolassuarez144 5 жыл бұрын
State of the art Design Tutorial!
@terjemah_alquran
@terjemah_alquran 4 жыл бұрын
thank you so much Rebecca
@parulson6274
@parulson6274 5 жыл бұрын
Thank you rebecca !
@CanalDoAP-k6e
@CanalDoAP-k6e 3 жыл бұрын
Very nice! Thanks
@pial2461
@pial2461 4 жыл бұрын
thanks a lot. learnt a lot
@codingvalley9905
@codingvalley9905 5 жыл бұрын
Thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks
@jamilxt
@jamilxt 6 жыл бұрын
Thank you, Madam. :)
@seabeckstarlite
@seabeckstarlite 6 жыл бұрын
spent all this time watching these videos only to find out you can use them on home screen widgets :( Good Video though
@Dokkaebi85
@Dokkaebi85 3 жыл бұрын
You Are Amazing!!!
@TheCsabi86
@TheCsabi86 7 жыл бұрын
Thanks for the video!
@Panerakis
@Panerakis 7 жыл бұрын
Really helpful thanks a lot !
@varghesedaison3435
@varghesedaison3435 6 жыл бұрын
Thankyou
@rashiks2hr
@rashiks2hr 5 жыл бұрын
very good, thank u
@asifadam93
@asifadam93 6 жыл бұрын
Super tuto, Thanks !
@witoldsienski1709
@witoldsienski1709 6 жыл бұрын
Huge good example :)
@ליאורגולן-ה5ב
@ליאורגולן-ה5ב 3 жыл бұрын
you so sweet , helped me a lot
@johnalejandrogarciaarias9756
@johnalejandrogarciaarias9756 6 жыл бұрын
Excelent video! Thx!
@mohammadsabziyan3202
@mohammadsabziyan3202 4 жыл бұрын
perfect
@mariofilmario3901
@mariofilmario3901 7 жыл бұрын
Thanks for the video!
Getting Started with MotionLayout in Android - Rebecca Franks
28:46
Rebecca Franks
Рет қаралды 34 М.
Android App Development Tutorial for Beginners - Your First App
55:20
freeCodeCamp.org
Рет қаралды 433 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
From Design to Code // HTML & CSS from scratch // Frontend Mentor
35:33
Learn Material UI in One Hour - React Material UI Project Tutorial [2022]
48:35
Flutter Tutorial for Beginners: Layout Basics
2:09:53
Andrea Bizzotto
Рет қаралды 54 М.
Building Runtime UI with UI Toolkit In Unity
21:35
Game Dev Guide
Рет қаралды 60 М.
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 910 М.