I’m quite the poster lately, no?
So, how are you actually supposed to use the Toolbar? I.e. actually respond to items being clicked on it? Do you register the item with a ButtonListener when you create it in the createItem function within the factory and respond by ID?
I get the feeling a ‘ToolbarItemListener’ class will be beneficial - with a simple ‘toolbarItemClicked (int itemId)’ function… at the moment, reading the docs, there is literally not a single piece of information there explaining how to respond to these toolbar buttons!
please tell me i’m missing something!