Skip to content

ASAPActivity

Thomas Schwotzer edited this page Aug 27, 2021 · 35 revisions

Here comes a simple rule. Please follow it and you wont 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. Reasons are described in the insides section of this library.

Clone this wiki locally