In this blog post, i am documenting at high-level the leanings i had on the Android - Layout Types
More TB typed...
- Linear Layout (Aligns its child elements in single direction one after another)
- Horizontal Layout
- Vertical Layout
- Relative Layout
- Align's child elements relative to its sibling or parent. Help to avoid nested linear layouts.
- Frame Layout (Allows child views to put on top of one another child views)
- Table Layout (Aligns elements in Row & Column format)
More TB typed...