Variable Activity.components

All the components that the screen contains; components are handled separately from the screen

class Activity
{
  // ...
  Component[] components ;
  // ...
}