I think you will need to bind the handlers as well, maybe something like this in onCreate:
MyHandlers handlers = new MyHandlers();
binding.setHandlers(handlers);
I think you will need to bind the handlers as well, maybe something like this in onCreate:
MyHandlers handlers = new MyHandlers();
binding.setHandlers(handlers);