-
Notifications
You must be signed in to change notification settings - Fork 1
Initialize
Thomas Schwotzer edited this page Aug 27, 2021
·
14 revisions
You implemented an application with ASAP/Shark. Your application needs an object reference to a ASAPeer or even better a SharkPeer. That’s a mandatory initialization step in every Android ASAP application. This step is required during any application launch.
Applications can also write permanent information during first initialization. You application might ask users to give themselves a name, an id or something like that. Those data can be stored with shared preferences, a database or something else.
We have two kind of initialization.
- during application installation
- during each application launch