There was an error while loading. Please reload this page.
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.