0

Am creating a grid in android Now am struck with either to use ViewGroup or Layouts (Frame layout /Linear layout) for creating a container in which the cells will be loaded and it would be helpful if provided with links for detailed learning process.

Thanks in advance.

Dilmah
  • 1,137
  • 11
  • 14

2 Answers2

0

Viewgroup is derived from views and layouts are derived from view group so better to use layouts.

check gridlayout also

Vivek Shah
  • 380
  • 2
  • 8
0

Use GridView or GridLayout for your requirement.

Jignesh Shah
  • 599
  • 1
  • 5
  • 13