Search code examples
androidandroid-layoutgridandroid-viewgroup

Which is better either Viewgroup or Layout


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.


Solution

  • Use GridView or GridLayout for your requirement.