I would like you to help me to complete one of my class projects. I would like to know how to display a different screen when I click on one of the Items. Thanks for helping me. My code is there :



Code:
from kivy.lang import Builder
from kivymd.toast import toast
from kivymd.uix.bottomsheet import MDListBottomSheet
from kivymd.app import MDApp
KV = '''
Screen:
    MDToolbar:
...