new Activity
Creates a new activity instance.
constructor()
Note
For automatic activation based on Activity.navigationPageId to work, the activity must be added to the ActivityContext using the app.addActivity() method.
Related
- class ActivityA class that represents a part of the application that can be activated when the user navigates to it.