databinding button onclick not working
I solved this issue using this:
binding.setHandlers(this);
I was working in a fragment.
I think there is a mistake in your Activity declaration. Anyhow, you are still not setting your callback, as such:
binding.setCallback(this);
or
binding.setCallback(actionCallback);