Skip to content

Tag: kivymd

KivyMD Hot Reload

KivyMD Hot Reload May anybody explain every single thing to do a (hot reload) method in KivyMD? I have been watching a lot of videos, but nothing working for me. There’s no specific error to solve it. Answer I had trouble getting it started too at first… I figured it out by watching kivymd’s…

How to add multiple textfield in kivymd

i am making a form screen in which a user can input data and upload it to database. I want them to be able to add multiple textfields on a button press if they still want to add something. it should be scrollable since the amount of textfields is based on how many the user really wants. i have this