Great Content, just want to mention, MDToolbar is not supported anymore and give errors, Replace MDToolbar with MDTopAppBar
@gloc_mike4 жыл бұрын
Wow! This is great content! Well done! Really enjoying this series. I have wanted this type of info on developing Kivy apps and Material design for years. Really glad to find someone devoting some time to it! Keep up the great work! Cheers from Australia :)
@buildwithpython4 жыл бұрын
Thanks!
@bharathjramalingam4 жыл бұрын
@@buildwithpython hello I am facing Process finished with exit code and not getting any diplay
@Potential20068 ай бұрын
@@buildwithpython my bottom app bar does not show anything im using kivy 1.2.0
@nagarjunareddy82983 жыл бұрын
You are the Kivy Master. Thanks for your videos it's helping me a lot of
@LucLev2 жыл бұрын
For anyone following this in 2022 like I am, MDToolbar has been replaced with MDTopAppBar
@Nayana_Amodkar2 жыл бұрын
Thanku sooooo much. God bless you
@lymmentrixprofessional2 жыл бұрын
God bless you, I have been trying this, not working
@mukisajohnmary8 ай бұрын
@@lymmentrixprofessional thanks for this.
@daca60947 ай бұрын
Thank you
@LocNguyenSGU2 ай бұрын
thank you so much
@collegeresources10894 жыл бұрын
You're the best! I love your content, please keep uploading.
@cristiancala86934 жыл бұрын
Ufff muy genial!! desde habla hispana muchas graciasss! Thank U Mann you're the bestt
@buildwithpython4 жыл бұрын
Glad I could help :)
@jesusgines4596 Жыл бұрын
I did the step by step and I got a unknown class on the MDToolbar although the video tutorial are on point from beginning to the end
@Reetron9000 Жыл бұрын
same. lmk if u fix it yh?
@itz_Am3n11 ай бұрын
Change MDToolBar to MDTopAppBar or MDBottomAppBar depending on the case
@Potential20068 ай бұрын
@@itz_Am3n my Bottomappbar doesnt exist what should i replace it with
@yannflorian76742 ай бұрын
Great content. Very helpful
@williamofdallas4 жыл бұрын
Your videos are so helpful. God bless you
@garyobrien19206 ай бұрын
Hey Attreya, have you seen issues with the MDBottomAppBar, it no longer works as it does in your video. I've tried the MDFloatLayout and MDFabBottomAppBarButton and this works to some extent but I can't add any text or title to the MDBottomAppBar. Any ideas?
@b.d.vishwapraveensarathcha67713 жыл бұрын
Awesome !!! Thanks bro💟
@Telur74 жыл бұрын
Thankyou so much for the knowledges. 🙏🏻
@Anykid993 ай бұрын
latest updates to add BottomBar: MDBottomAppBar: MDTopAppBar: title: "Bottom Bar" icon: "plus" type: "bottom" if your icons and buttons don't appear add in root class self.theme_cls.material_style = "M2"
@avstechindian88074 жыл бұрын
When i am running this code without making a label in screen then the tool bar is coming to bottom,pls answer
@jarrettrus264 жыл бұрын
Really cool tuts man! Lots of information in a short period of time, that is the best thing! Waiting for more tutorials! I am thinking about app with login logic, to bind some type of local database and then custom content depends on who is logged in.
@buildwithpython4 жыл бұрын
Glad you like them!
@thetradingzone-dy4 жыл бұрын
Thanks to for sharing your thoughts and knowledge. I learning much more thing from you video. Please upload next video. I want to make butifull app for all platforms
@KshtizParganiha Жыл бұрын
Due to old content some Names have changed. Do refer the doc link for kivymd. But this video's are very good.
@thesunshade97502 жыл бұрын
Hello thanks for this tutorial, one question I have a toolbar above and image below but there is a white blank space in between. How do I remove the blank space in between the toolbar and the image? thanks
@tehseenbaig31988 ай бұрын
sir when i come to bottom navigation tool bar elements inside of it are not showing, and default android icon is also not showing, please help
@debanjanbiswas82553 жыл бұрын
Really wonderful videos. Thanks for sharing the knowledge. Could you tell me how to add a back button on the MDToolbar
@PrakEnTech4 жыл бұрын
PLEASE HELP : How can i update the text of a label after pressing the button????
@odrijabhatt21223 жыл бұрын
Sir, i dont know why but it is showing reference error : weakly referenced object no longer exists error . Can you please where i might have made the mistake
@renzevictorious1044 Жыл бұрын
MDToolbar doesn't work on my end. I checked the github notes and there's no update for the name, please helpp
@jonathanameyo36083 жыл бұрын
Can you use on_press or on_release on left and right_action_items?
@Hero1Love23 жыл бұрын
Are we able to use MDDataTable in builder?
@sabisror8333 жыл бұрын
love your videos. how do i make the toolbar stay while using multiple screens with the screen manager?
@vitaliy_L4 жыл бұрын
Hi! Can I ask you some question? I have a datatable on my screen, and row_data i`m getting from sql data base. How can I make 'reload effect' for datas in that table by press button or screen scrolling? Thanks!
@GG-dl9tl3 жыл бұрын
Hi bro how do I change the colour of the nav bars text and 3 lines button from white to black?
@Beautifulworld02-r4 жыл бұрын
How can we create multiple windows and does it have its own language like kv language
@joseluisvelasquezrodriguez51434 жыл бұрын
Awesome tutorial! I have a question: how can I set MDToolBar title as a variable? What if I want to use this ToolBar for choosing among different items and the item selected shows up in the title? Thanks bro
@buildwithpython4 жыл бұрын
It's a long answer which you will have to figure out on your own. Best of luck! And thankyou for the sub :)
@himanshuraj56354 жыл бұрын
Please upload the videos regularly (no offence please its just a request) | u r awesome at your teaching (explaining ) skills Q-1. Is their any difference in process to build android package for kivyMD as compared to kivy or it require some modification in .spec file
@filmoyd3 жыл бұрын
One more thing, you can actually change the toolbar size by adding size_hint: (1, 1)
@johnlug96554 жыл бұрын
For lesson 11, How can we exploit KWARGS for Window size that way no code to remove and more flexible testing from batch file(s)? python main.py --size=320x460 --dpi=96
@jesusgines4596 Жыл бұрын
I got an error unknown MDToolbar
@wendellgonzales9243 жыл бұрын
Is it possible to disable button in toolbar
@ezekieldujambi84273 жыл бұрын
Loved it!
@jonatasbraz35392 жыл бұрын
nice video, mate! the elevation effect of my toolbar is appearing in the side instead of the bottom. i'm trying to understand why lol
@rahulshan1563 жыл бұрын
bro is that possible to add a layout inside a box layout
@jesusgines4596 Жыл бұрын
yes I fixed it thanks for your reply
@rohitsonawane45924 жыл бұрын
How to integrate turtle graphics in Kivi App.?? Please reply me....
@Magnarks3 жыл бұрын
5:00 mi toolbar is in botton no in top
@g3_gigi1392 жыл бұрын
I had to use MDTopAppBar otherwise i was getting unknown class Error when i used MDToolbar
@vijayalaxmibalcha261 Жыл бұрын
I had the same issue
@petrvobornik94902 жыл бұрын
Hi, how do i solve error "kivy.factory.FactoryException: Unknown class "?
@iamefghwr45222 жыл бұрын
It changed in the new version of KivyMD, now its MDTopAppBar or MDBottomAppBar
@jessyjames74322 жыл бұрын
How to change size, color and font?
@tehseenbaig31988 ай бұрын
guys i have solved the BottomApptoolbar, i just added the line of code "self.theme_cls.material_style = "M2"" in the def build(self), I have seen this in StackOverflow. it is working from my side. thanks. code is: def build(self): self.theme_cls.primary_palette = 'Red' self.theme_cls.material_style = "M2" screen = Builder.load_string(screen_helper) return screen
@mukisajohnmary8 ай бұрын
On my end this removes the MDBottomAppBar. i.e it does not appear at all when i run the app. But my major observation is that the action button (android icon ) doesnt show up by default, and the left_action_items: [['Coffee']] is also not showing but just an empty tool bar. even the title doesnt show
@nazryhalim4136Ай бұрын
May I know why?
@myththamizhan4 жыл бұрын
Bro... I'm wrote this program in my pycharm. But that green color coding is show error... I'm add Kivy, Kivy MD plugins...but it's showing error... please give solution
@Felix-vu9tz3 жыл бұрын
give code?
@rakshanaravindran98092 жыл бұрын
The toolbar comes to the bottom why?
@JGJGJGJGJGJG3 Жыл бұрын
I am getting this error: raise FactoryException('Unknown class ' % name) kivy.factory.FactoryException: Unknown class please help me fix this
@g_o_a_t3156 ай бұрын
replace MDtoolbar to MDTopAppBar
@JGJGJGJGJGJG36 ай бұрын
@@g_o_a_t315 wow you’re late Anyways I figured it out by myself a year ago but thanks
@gondraladinesh89644 жыл бұрын
Waiting for you next video
@thetradingzone-dy4 жыл бұрын
Thank you again.
@santoshgujar52372 жыл бұрын
Thank you, Sir
@amirnazir29984 жыл бұрын
how can I install KivyMD in Anaconda? tell me, please?
@exclusivestudios4 жыл бұрын
You can just install it using pypi pip install kivymd
@pawanjain55114 жыл бұрын
Sir i am following your playlist...it's awesome....but please upload more videos on it fastly...
@thetradingzone-dy4 жыл бұрын
And can you tell me please what's difference between kivy and kivymd..??
@sakethparimi76644 жыл бұрын
With Kivymd, you can make more beautiful apps.
@Jason-de3oo4 жыл бұрын
nice video
@bharathjramalingam4 жыл бұрын
I am facing exit code error someone pls help
@abhijitshinde30094 жыл бұрын
Looking forward for next video.... navigation drawer but please upload video lectures fast I can't wait...much long...
@moiss9022 Жыл бұрын
Thanks!
@tehseenbaig31988 ай бұрын
infact the MDToolbar is also giving arror that is not avaliable
@DMGlobal22 Жыл бұрын
Yellow ,hii bê welcome
@erwinhergt4 жыл бұрын
typo bro your title
@adityajha18894 жыл бұрын
lambda is a mini def
@nesilvacr4 жыл бұрын
Great Great content, thank you. do you have a course on how to scrape from AliExpress ?
@reold4 жыл бұрын
After 5years!! Why?
@gondraladinesh89644 жыл бұрын
Pls upload next videos
@ulugbeknurjonov52264 жыл бұрын
good
@user-yg2or1qj6d2 жыл бұрын
Unknown class name MDToolbar
@adityajha18894 жыл бұрын
lol cut at 3:35
@adityajha18894 жыл бұрын
sorry 3:34
@TP-zo5zh Жыл бұрын
can we make the button in the bottom app bar function as a speed dial button?