Skip to content

Implement your own Shark ASAP application (4 of 5)

Thomas Schwotzer edited this page Jan 4, 2022 · 16 revisions

Step 4: Implement and test

There are German video explaining a) testing with ASAP and b) adding your code to an Android app.

Software must be tested. Full stop. No exceptions. Fortunately, we can follow / copy / adopt existing tests. We assume, you implement a SharkComponent. Good choice! Have a look into our test case in project SharkPeer. That test case is explained in more detail in this section.

Setup a Shark component

Clone this wiki locally