I have around 30 buttons on each panel/layout.
System is kinda slow switching between panel.
What is the better way to increase system performance by convert buttons to labels or list view etc. I have 10 layouts with lots of buttons per layout and don't want to find out after I have changed to list view or label and the system performance is about the same. Any help would be appreciated.
You can use multiple activities instead of multiple layouts in the same activity.
Another option is to draw part of the layout yourself with a Canvas object. It will be more difficult to handle the events but it will be a lot faster.