I\'m trying to build and app that shows organized data so I\'m thinking that basically a TableLayout
would be a good idea, just to keep them in rows, so I\'m wonder
In general I've seen the stronger warning:
This LinearLayout layout or its RelativeLayout parent is useless
when this is not the case. For example, this can happen if I've nested a linear layout inside a relative layout. The relative layout positions the linear layout exactly where I want it, the linear layout takes up space. Both are non-useless uses to me.