Hi Everyone!

I have got around 15 buttons in my activity.

I just wanted to know that what would be a better approach to
implement their ClickListeners. Should I write a single ClickListener
and use Switch case or I should write it individually fr each button?

I got confused between these two because on a couple of blogs, it is
suggested to write individual ones from the viewpoint of performance
and efficiency but, considering cumbersome and complexity of overall
code I feel like going with approach 1 i.e. switch case. Kindly give
your suggestions about the right approach and the reason why I should
prefer that.

TIA.

Regards!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to