Hey guys,
I am building an app and have had a look at the "App Checker" and it is showing that I have too many controls.
There are very few controls on the screen and definitely less than the 438 suggested
I was having a look at one of my nested galleries - its structured something like:
>Gallery1
>Gallery2
>Label1
>Label2
Upon removing Gallery1 the complexity/number of controls goes down to 372
So my question is - should I not be using nested galleries or should I just ignore this?
This gallery alone creates 66 complexity which is over 1/5 of the suggested max for a screen
Looking into this some more - every control I add to my gallery creates 5 complexity
So does that mean its more efficient to use 4 buttons than it is to use a gallery of buttons for 4 items?