I am new in Kivy world. I want to pass the event and data to parent and sibling widget. I am not sure how I can do it.
Parent widget is screen manager and parent widget also have toolbar and I want to display total count of added items in toolbar. Add new item and view item are Screen widgets. On new item added I like to update the count in my parent widget toolbar and fetch the new data and load it in view screen.
Thanks for the help