Thanks so much. I deep understand what you taught. I"m new with learning coding. Please keep what you doing for others, maybe you will change other people live better.
dude I LOVE YOU MAN !!!!!!!!! you saved me alot of grief-i've been trying to make my constraint view Scrollable for HOURS and HOURS now..Thanks bro..seriously!!!!!! I was missing ONE tiny thing in my code and u helped me to see what precisely it was that i was overlooking..
I'd like to add to your tutorial. When you added the TextView at 8:19 and it's not showing, good practice is to add android:fillViewport="true" to the ScrollView instead of adding padding
Thank you 'Coding Demos'. I have been searching for this for my app for the last two weeks or so. And finally I got it. Noted bruce omeno's point too. Will try it out in the app right away!. Thanks again.
How to access excel data in android studio. For example, I want to display the excel sheet data in the AutoCompleteEditText as suggestions to user. Can you please make a video on this problem? It would be really useful to all. I can't find solution for this anywhere.
I did that, but programmatically. Generate buttons, add them on Constraint Layout, and this layout to Scroll View, and add scroll view to main Layout(I have my own reasons to do that). Do you now what i have reseived - crash! I dont know what its want from me, because i have done as should. What i do wrong? And, on of my error was that, matrix of buttons what i have generate, generates not all, only first upper buttons(only horizontal line), below not, and this 10 buttons was not scrollable...
Hi! new viewer here, I was wondering if you can scroll to the right too? I was willing to create an application where you have a very big background image and the idea would be that you could scroll right and down in the image but I am not sure if I can do that using that method. I am not sure if I could explain myself well enough
How to stop d screen from falling Its too tedious to work with it when i have to add image views one below another n it keeps falling down N i have to keep scrolling after every single action Any solution
The problem is when i type my text in edit view i cannot see what i am typing as the content in scroll view just comes above and i cannot see anything properly
Hi, you will need to set the constraintlayout as the root layout, and then you will add the title and finally you will add the scrollview. The overall structure will look like this: - Constraintlayout - Textview and button - Scrollview
@@CodingDemos this is a good video Some viewer will watch it all and some just come to answer the question in the title. If you add a summary with time links in the description you can please both.
Hi, I'm sorry but I don't have a video tutorial for that, but I did found a solution that may help you. Here is the link: stackoverflow.com/questions/43415452/how-i-export-my-firebase-data-in-excel-sheet
Hey guys, I hope you liked this tutorial :)
Comment below on topics you want me to cover next.
Thanks so much. I deep understand what you taught. I"m new with learning coding. Please keep what you doing for others, maybe you will change other people live better.
Thank you very much. I'm glad that you liked the tutorial :)
U r a genius man or should say magician u r best u not only tell how but also why. Its a real tutorial
You are the best teacher...thank you so much your video....
I have been looking forever to find this information. Thank you so much!
Me too. Very useful.
dude I LOVE YOU MAN !!!!!!!!! you saved me alot of grief-i've been trying to make my constraint view Scrollable for HOURS and HOURS now..Thanks bro..seriously!!!!!! I was missing ONE tiny thing in my code and u helped me to see what precisely it was that i was overlooking..
Great. I'm happy to hear that 😃
I'd like to add to your tutorial. When you added the TextView at 8:19 and it's not showing, good practice is to add android:fillViewport="true" to the ScrollView instead of adding padding
ik its very late but what does it do if u add android:fillViewport="true" sorry if its a stupid question still learning how to build an app
I spent like 2 hours until i found this video, i love u
Great. I'm glad that I could help 😃
Thanks, this really helped out for a college project!
Thank you very much, very useful for those who already have a activity with content created!
Thank you 'Coding Demos'. I have been searching for this for my app for the last two weeks or so. And finally I got it.
Noted bruce omeno's point too. Will try it out in the app right away!.
Thanks again.
Thanks for nice tutorial. 4:37
Finally a video that actually explains it well! Thank you!
Thank you my friend. You are the best tutor in android studio. You deserve more subscribers. Keep it up.
Thank you :)
Thank you. It was very useful and understandable for me.
You're welcome 😃👍🏻
Thank you for the lesson sensei😢
You’re welcome 😃
@@CodingDemos
I'm actualy doing it now
Happy coding 😁
hi, Do we have a approach to add a lot of edit text fields in a scrollable layout ?
Clean explanation, thank you very much! 👍
You're welcome
Great video! Saved my project lol
The video has been extremely helpful. Thanks a lot....
You're welcome 😃
Thank you for your informative video.
Thanks , u helped me a lot ! :)
It works!!! Thank you soooooo much
You're welcome 😃
Thanks, it worked!
Thank you So much for making up video!
sir can i please ask some advice
I'm planning to make an app that opens electronic door locks
can you teach me a code for it?
Thanks it help me a lot
How to access excel data in android studio.
For example, I want to display the excel sheet data in the AutoCompleteEditText as suggestions to user.
Can you please make a video on this problem?
It would be really useful to all. I can't find solution for this anywhere.
really informative Dear
Thank you very very very much!
You're welcome 😃
thank you this helped a lot!
You're welcome 😃
Gran explicación, justo lo que estaba buscando
I did that, but programmatically. Generate buttons, add them on Constraint Layout, and this layout to Scroll View, and add scroll view to main Layout(I have my own reasons to do that). Do you now what i have reseived - crash!
I dont know what its want from me, because i have done as should. What i do wrong?
And, on of my error was that, matrix of buttons what i have generate, generates not all, only first upper buttons(only horizontal line), below not, and this 10 buttons was not scrollable...
Thank you very much. This was very helpful
You're welcome 😃
Hi! new viewer here, I was wondering if you can scroll to the right too? I was willing to create an application where you have a very big background image and the idea would be that you could scroll right and down in the image but I am not sure if I can do that using that method. I am not sure if I could explain myself well enough
Hello bro
thank you man
Thank you so much !!! 🤩😍
What about horizontalScrollview?
thank you so much
Excellent
How to stop d screen from falling
Its too tedious to work with it when i have to add image views one below another n it keeps falling down
N i have to keep scrolling after every single action
Any solution
hey can you heip me with this problem i want to Stop ScrollView from auto-scrolling to an EditText when using ConstraintLayout
The problem is when i type my text in edit view i cannot see what i am typing as the content in scroll view just comes above and i cannot see anything properly
please help me
Thanks mate
good stuff
Sweet! worked for me, cheers
That's great :)
Thank you so much sir 🙏
You're welcome 😃
Thanks for this amazing video! :D
You're welcome 😃
i have a problem i can't keep scroll down all they way it stops scrolling at one point
Great! Very useful.
Thank you 😃
Hi, what if i would like to add a button or a title on top of the screen but it should not be scrollable? Thanks in advance
Hi, you will need to set the constraintlayout as the root layout, and then you will add the title and finally you will add the scrollview. The overall structure will look like this:
- Constraintlayout
- Textview and button
- Scrollview
Thanks.
omg thanki a lot!!
❤️❤️❤️
Awesome content, thank you!
thanks for the tutorial
You're welcome 😃
Thank you, you're amazing.
You're welcome 😃
Okay, all I want to know is how you can put those buttons side by side
Thanks mister ^_^
The explanation is too much for me. I watched the video after 9:45 and it is enough for me
Thank you for your comment, I will try to improve on that in the upcoming tutorials :)
@@CodingDemos this is a good video
Some viewer will watch it all and some just come to answer the question in the title.
If you add a summary with time links in the description you can please both.
That is a great idea. Thank you 😃
@@CodingDemos no no i want d explanation plzz dont cut short it
How to firebase data export in excel
Hi, I'm sorry but I don't have a video tutorial for that, but I did found a solution that may help you. Here is the link: stackoverflow.com/questions/43415452/how-i-export-my-firebase-data-in-excel-sheet
Nice video, but you know what!? This could be explained in
How to Make Android Relative Layout Using Android Scrollview