i’m using mortar+flow for my screens and the callbacks are scoped to a specific screen. i usually use it when i have buttons on an item view inside of a list view in a screen, where the alternative might be to pass a callback to the screen view, which then passes a callback to the list adapter, which then passes it to the item view. i’m not real happy with the pattern but i haven’t had much time to reevaluate it.