6.6 MainActivity Subclass of Activity

Class MainActivity (Fig. 6.5) is the host for the Cannon Game app’s MainActivityFragment. In this app, we override only the Activity method onCreate, which inflates the GUI. We deleted the autogenerated MainActivity methods that managed its menu, because the menu is not used in this app.

Fig. 6.5 MainActivity class displays the MainActivityFragment

Computer code has 15 lines.

Get Android How to Program, 3/e now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.