#Kivy screen manager question
6 messages · Page 1 of 1 (latest)
don't return kv
return an instance of WindowManager
after adding all the screens in it
then u can easily reference any screen in ur main app class
make a dictionary to store all your screen instances