I'm fairly new to B4A, or rather I've returned to it after being away from it for a few years. I was wondering what the default scope is for a Sub if you haven't specified it to be private or public? I'm also wondering how event handlers are really wired up? I can easily wire up events in the Designer but how would I do that if I wanted, for example, the TextChanged event for several EditText views to point to the same event handler?