fnoori / Vivyd-Calculator

0 stars 0 forks source link

Clean up code, experiment with different ways of instantiating buttons #9

Open fnoori opened 8 years ago

fnoori commented 8 years ago

We need to see which method of instantiating button listeners works best for our use case

fnoori commented 8 years ago

Decided to implement OnClickListener in CalculatorButtons and handle the button clicks via "onClick" and a switch statement