python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to modify current ScreenManager to another
Good afternoon.
I have a code structure with two ScreenManager:
id: sm ==> besides being my root it has only two screens
LoginScreen:
name: 'screen_login'
MainScreen:
name: 'main'
When th...

Elias Coutinho
Votes: 0
Answers: 1
Can I add widgets in a Recycleview from the kv in kivy
I'm trying to add Buttons, Labels and Image in a recycleview.But the Screen stayed in black when running the code. I can't see my Buttons. I want this work from my kv.file.. I mean I want to add butto...

C0D3R
Votes: 0
Answers: 1
How i can implement two or three options in dropdownitem in KIVYMD
i am trying to implement dropdownitem in my mobile app developed in kivymd framework by the documentation but it is not working properly. can you please suggest advice anything which can be any resou...
satyam yadav
Votes: 0
Answers: 0
KivyMD Widget MDChip - TypeError: Properties ['callback'] passed to __init__ may not be existing property names
I'm trying to "dynamically" create an MDChip widget (up to 6) using Python and KivyMD. Such widgets will be created having as text a value previously written by the user in a MDTextField and...

Diego Gc
Votes: 0
Answers: 0