Exploring layout managers

Report a typo

Match layout managers with their descriptions

Match the items from left and right columns
StaggeredGridLayoutManager
LinearLayoutManager
GridLayoutManager
A layout manager which puts its elements into a single column or row.
A layout manager which puts its elements into a grid with the provided number of columns but the elements can change their heights.
A layout manager which puts its elements into a table with the provided number of rows and columns.
___

Create a free account to access the full topic