Ways to Implement an OnClick Listener in Android
I hate inline solutions, so I went in search of alternatives to the popular inline onclick listener.
I found the start of what I was looking for in this blog post
I’m going to use a hybrid of inline. While I’ll create an online listener, they will always call a function outside the listener. This way, I ‘ve have the entire scope of the class available.
Great site, Good info