In android studio, in design section, Layouts and Containers are categorized separately.
What is the fundamental difference between them?
I would define the differences as follows:
ViewGroups
dealing directly with graphical views. They have no requirements on what kind of children they can manage.Adapter
classes in order to express those requirements.