Following the Kivy Screen Manager tutorial here might prompt you to define your Screen Manager outside of your app class so you have access to it everywhere. Like this however, you will find that your screens are blank and ignore your KV layout file! The fix to this is simple:
- Add it to build method in your app class: