-
Notifications
You must be signed in to change notification settings - Fork 1
ASAPActivity
Thomas Schwotzer edited this page Aug 30, 2021
·
35 revisions
Here comes a simple rule. Please follow it and you won't have any trouble:
Each of your activities derives from ASAPActivity. That's it.
YourActivity extends ASAPActivity {...}
There is one exception from this rule: The InitialActivity must no be an ASAPActivity.
You inherit a lot of useful methods, e.g.
ASAPPeer asapPeer = this.getASAPPeer();
You can always get a reference to the ASAPPeer that runs behind the curtains if you need it.