So I'm working on an app that has a numerical button pad. Of course something has to happen when a button is pressed, so I have to have an onClickListener for each button right? The problem is that I have 40 buttons in landscape mode so then I would have to create 40 different onClickListeners. I figure there must be a better way to do this. Do any of you have any advice?So I'm working on an app that has a numerical b