Why isn't there a getContentView() method for Activity?

Viewed 47177

The Activity class has a setContentView() method. The PopupWindow Class has a getContentView() method but nothing else does. Is there another way to get the main content view for an activity?

3 Answers
Related